POST
/
face
curl --request POST \
  --url https://gateway.finhub.cloud/kyc/1.0.0/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>"
}

Authorizations

Authorization
string
headerrequired

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
idPhoto
string
required

Response

default - application/json
idPhoto
string