curl --request POST \
  --url https://api.sandbox.verisoul.ai/liveness/verify-identity \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "session_id": "000fb9fc-3a12-4492-b825-6ec9916ffea7",
  "account_id": "example-account-id"
}'
{
  "request_id": "43eb9f8e-769c-4380-a3df-94925671746b",
  "success": true,
  "match": false
}

Authorizations

x-api-key
string
header
required

API key authentication

Body

application/json

Response

200
application/json

Verification completed successfully

The response is of type object.