Skip to main content
POST
/
face
cURL
curl --request POST \
  --url https://gateway.varchev.com/kyc/face \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'X-token: <x-token>' \
  --data '
{
  "idPhoto": "data:image/png;base64,/9j/4AAQSkZJRgABAgAAAQABAAD"
}
'
{
  "idPhoto": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.varchev.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-token
string
required

authentication token from /authorize response

Body

application/json

Sample Payload

idPhoto
string
required

Response

default - application/json

Default response

idPhoto
string