Search 3d

Search 3d

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

This endpoint allows you to validate a liveness session and perform a search.

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": {
      "faceScanSecurityChecks": {
        "sessionTokenCheckSucceeded": false,
        "auditTrailVerificationCheckSucceeded": false,
        "faceScanLivenessCheckSucceeded": true
      },
      "livenessStatus": 0,
      "results": [
        {
          "identifier": "100000",
          "matchLevel": 10
        },
        {
          "identifier": "alpha",
          "matchLevel": 10
        }
      ]
    }
  },
  "meta": {
    "message": "Success."
  },
  "status": true
}

Last updated

Was this helpful?