Liveness 3d

Liveness 3d

POST https://biometrid.com/api/providers/custom/face01/liveness-3d

This endpoint allows you to validate a liveness session.

Headers

Name
Type
Description

Authentication

string

Authentication account token

Request Body

Name
Type
Description

sessionId

string

Liveness sessionId

template

string

Liveness facemap

photo

string

Liveness photo

{
  "data": {
    "status": true,
    "result": {
      "ageEstimateGroupEnumInt": 4,
      "scanResultBlob": "AAEAAABCAAAAAAAAAP2KRttw4UI7mD6tELtZjqOC2krCny1OAwok1NFtVyyRd7ENO8J4Mcltn02IlS4IrEM6+1PFux0M4oCYr52ZojmZow==",
      "faceScanSecurityChecks": {
        "sessionTokenCheckSucceeded": false,
        "auditTrailVerificationCheckSucceeded": false,
        "faceScanLivenessCheckSucceeded": true
      },
      "livenessStatus": 0
    }
  },
  "meta": {
    "message": "Success."
  },
  "status": true
}

Last updated

Was this helpful?