Perform Face Matching
Match the face on an ID document to the face on a selfie
Last updated
Match the face on an ID document to the face on a selfie
Last updated
POST
https://api.appruve.co/v1/face_match_jobs
This endpoint allows you to match the face on an ID document to the face on a selfie. This is particularly useful if you just want to match the faces and get the percentage match. This is also useful if you have previously used the Perform Standalone OCR endpoint and would want to match the face on the ID card on which the OCR was performed to the face on a selfie.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Example Request (without ocr_job_reference):
Example request (with ocr_job_reference)
Authorization*
string
Bearer <token>
ocr_job_reference
string
The transaction reference value returned from the Perform Standalone OCR endpoint. Pass this value if you want to match the face on the ID card on which the OCR was performed to the face on a selfie.
selfie_image*
object
The Selfie photo file object
id_card_image*
object
The ID card photo file object. Required if no value is passed for ocr_job_reference.