This API endpoint allows you to send the user's face image captured from the ID proofing document and the live face image captured using the mobile device for comparison and deduplication. In general, it compares two face images.
- Authentication: Bearer <JWT>
- Accept: application/json
- Content-Type: application/json
Parameters | Type | Description |
---|
organizationName | string | Denotes the name of the organization. |
Parameters | Type | Description |
---|
userBioinfo | object | The user's face biometrics information. |
Parameters | Type | Description |
---|
deDuplicationCheck | Boolean | Indicates if deduplication check needs to be run or not. Possible values: true (Perform deduplication check), false (Deduplication check not required) |
srcFaceImage | String | The image of the face in base64 format. |
userID | String | The unique ID number of the user. |