Verify Users Photo ID with their Selfie Image in real time
Header | Type | Description |
---|---|---|
AppId | string | Create an app to get your app ID on dashboard here |
Authorization | string | public secret key |
Parameter | Type | Description | Required |
---|---|---|---|
selfie_image | string | Base64 value of the selfie image NB: Kindly truncate data:image/jpeg;base64, from the selfie_image object. | required |
photoid_image | string | Base64 value of the photoId image NB: Kindly truncate data:image/jpeg;base64, from the photoid_image object. | required |
first_name | string | First Name | optional |
last_name | string | Last Name | optional |
π Note : Confidence Values ranges from 0% to 100 %
0% - 90% denote match value is false
90% -100% denote match value is true