POST
/
liveness
/
verify-uniqueness
curl --request POST \
  --url https://api.sandbox.verisoul.ai/liveness/verify-uniqueness \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "session_id": "000fb9fc-3a12-4492-b825-6ec9916ffea7"
}'
{
  "request_id": "9d71445c-45f7-4769-b092-c1c93f03d8d0",
  "success": true,
  "matches": [
    {
      "account_id": "example-account-id-1",
      "score": 15
    },
    {
      "account_id": "example-account-id-2",
      "score": 15
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key authentication

Body

application/json
session_id
string
required

The session ID of a completed Face Match session

Response

200 - application/json
Uniqueness verification completed successfully
request_id
string
required

Unique identifier for the request

success
boolean
required

Indicates whether the uniqueness verification process was successful

matches
object[]
required

List of accounts that match the face in the session