1:1 Face Verification V4
1:1 Face Verification V4
POST
http://demo.faceid.asia/api/faceid/v4/verify
Request Body
Name
Type
Description
apiKey
string
To be assigned by Innov8tif
imageIdCard
string
Front id card image in base64
imageBest
string
Image in base64 that's used to compare with imageIdCard
{"request_id":"8fa0cdcf-5f50-4671-8db1-47145232d200","result_idcard":{"confidence":0.51890767}}
Input Example
{
"apiKey": "apiKey",
"imageIdCard": "",
"imageBest": ""
}
Recommended Threshold: 1.0
Face Verification Status
Description
Pass
Confidence >= Recommended Threshold
Fail
Confidence < Recommended Threshold
Last updated
Was this helpful?