Face liveness

Submit a template and photo for liveness validation

POST https://biometrid.com/api/providers/:stepId/face-liveness-3d?processId=:processId

This endpoint allows you to validate a liveness session.

Path Parameters

Name
Type
Description

id

string

ID of the step to get

Query Parameters

Name
Type
Description

processId

string

ID of the process, to save the response

Headers

Name
Type
Description

Accept-Language

string

en (default), pt

Content-Type

string

application/json

Authentication

string

Authentication account token

Request Body

Name
Type
Description

sessionId

string

Liveness session id

template

string

Liveness facemap

photo

string

Liveness photo

{
  "data": {
    "status": true,
    "result": {
      "glasses": true,
      "sessionTokenStatus": 3,
      "faceMapType": 0,
      "livenessStatus": 0,
      "auditTrailVerificationCheck": 1,
      "isLowQuality": false,
      "auditTrailMatchCheck": 1,
      "isReplayFaceMap": true
    }
  },
  "meta": {
    "message": "Success."
  },
  "status": true
}

Last updated

Was this helpful?