Face Liveliness Check
Face authentication with liveliness check
Face liveliness Check
POST
https://api.myidentitypay.com/api/v2/biometrics/merchant/face/liveliness_check
This endpoint allows you to authenticate user with liveliness check on face
Query Parameters
Name
Type
Description
image*
string
user image url(png,jpg,base64))
Headers
Name
Type
Description
x-api-key*
string
<your merchant secret key>
app-id*
String
<your app id>
{
"status": true,
"detail": "Liveliness Detected",
"confidence": 0.99,
"confidence_in_percentage":99.9
"verification": {
"status": "",
"reference": ""
}
}
Last updated