1:1 Face Verification V2

1:1 Face Verification V2

POST http://demo.faceid.asia/api/faceid/v2/verify

Request Body

NameTypeDescription

apiKey 

string

To be assigned by Innov8tif

imageIdCard 

object

Front id card image

imageBest 

object

Image that's used to compare with imageIdCard

{
    "request_id": "1491401591,b0398182-ca04-4f7e-b59a-7c83398cf230",
    "result_idcard": {
        "confidence": 96.46025
    }
}

Input Example in Postman

Face Verification Status

Description

Pass

Confidence Score >= Recommended Threshold

Fail

Confidence Score < Recommended Threshold

Last updated