cURL
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 }
Performs a 1:1 match to verify if the face in the current session matches the previously enrolled face for the specified account ID.
API key authentication
Verification completed successfully
The response is of type object.
object