Compare user's face capture images

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.

Headers

  • Authentication: Bearer <JWT>
  • Accept: application/json
  • Content-Type: application/json

Path Parameters

ParametersTypeDescription
organizationNamestringDenotes the name of the organization.

Body Parameters

ParametersTypeDescription
userBioinfoobjectThe user's face biometrics information.

userBioinfo Object

ParametersTypeDescription
deDuplicationCheckBooleanIndicates if deduplication check needs to be run or not. Possible values: true (Perform deduplication check), false (Deduplication check not required)
srcFaceImageStringThe image of the face in base64 format.
userIDStringThe unique ID number of the user.
Language
URL