Liveness Validation
This endpoint allows the Liveness validation process on the any face related request.
Liveness Validation
Headers
Name
Type
Description
Request Body
Name
Type
Description
//Validate Document Process
{
"status": true,
"data": {
"livenessId": "2d2faa50-d3e9-11e9-bcfc-a346419aa7ef",
"livenessResult": {
"meta": {
"ok": true,
"code": 200,
"mode": "dev",
"m": {
"bt": 1255,
"zb": 1291,
"zp": 1332,
"zw": 1349,
"st": 1568133406.759338
},
"message": "The facemap exhibited liveness."
},
"data": {
"livenessResult": "passed",
"livenessScore": 86,
"glassesScore": 5,
"glassesDecision": false,
"retryFeedbackSuggestion": 1,
"facemapIsLowQuality": false,
"creationStatusFromZoomServer": "The facemap was created successfully.",
"errorFromZoomServer": null
}
}
}
}
//Failed Liveness Detection
{
"status": true,
"data": {
"livenessId": "2d2faa50-d3e9-11e9-bcfc-a346419aa7ef",
"livenessResult" : {
"meta" : {
"ok" : true,
"code" : 200,
"mode" : "dev",
"m" : {
"bt" : 1067,
"zb" : 1089,
"zp" : 1103,
"zw" : 1116,
"st" : 1571051011.2923
},
"message" : "The facemap did not exhibit liveness."
},
"data" : {
"livenessResult" : "undetermined",
"livenessScore" : 5,
"glassesScore" : 5,
"glassesDecision" : false,
"retryFeedbackSuggestion" : 3,
"facemapIsLowQuality" : false,
"creationStatusFromZoomServer" : "The facemap was created successfully.",
"errorFromZoomServer" : null
}
}
}
}
Success 200
Last updated
Was this helpful?