Liveness Validation
This endpoint allows the Liveness validation process on the any face related request.
Liveness Validation
POST
Https://api.biometrid.com/api/1.1/liveness/validate
Validate document process
Headers
x-zoom-version
string
Possible values: custom-v2
. Required for newer versions of liveness engine.
Content-type
string
Request content type (This is not required to be set. Referenced only to show how we expect data to be sent). { "Content-Type": "multipart/form-data" }
x-biometrid-key
string
Application Client Key
x-biometrid-secret
string
Application Client Secret
Request Body
auditTrailImage
string
Required only for specific liveness engine version. Ask for more details.
zoomSessionId
string
Session identifier of the liveness zoom process.
facemap
string
String base64 containing necessary information for the validation process. Extracted with the mobile SDK's only.
zoomSessionData
object
Data file containing the necessary information for the validation process. Extracted with the web SDK's only.
processId
string
Optional process id. Setup a specific process id.
Success 200
Field
Type
Description
status
Boolean
Response status.
data
Object
Response main data.
livenessId
String
Liveness Process Identifier necessary for upcoming requests.
livenessResult
Object
Object containing the result of the liveness validation process.
Last updated
Was this helpful?