1:1 Face Verification V3
1:1 Face Verification V3
POST
http://demo.faceid.asia/api/faceid/v3/verify
Request Body
Name
Type
Description
apiKey
string
To be assigned by Innov8tif
imageIdCard
object
Front id card image
imageBest
string
Encrypted string for liveness face retrieved via liveness SDK
{
"request_id": "1491401591,b0398182-ca04-4f7e-b59a-7c83398cf230",
"result_idcard": {
"confidence": 96.46025
}
}
Recommended Threshold: 75
Face Verification Status
Description
Pass
Confidence Score >= Recommended Threshold
Fail
Confidence Score < Recommended Threshold
Last updated
Was this helpful?