Main API Docs
Search
K

Perform Face Matching

Match the face on an ID document to the face on a selfie
post
https://api.appruve.co
/v1/face_match_jobs
Perform Face Matching
Example Request (without ocr_job_reference):
curl --location --request POST 'https://api.appruve.co/v1/face_match_jobs' \
--header 'Authorization: Bearer <token>' \
--form 'id_card_image=@"/path/to/id_card_image.jpg"' \
--form 'selfie_image=@"/path/to/selfie_image.jpg"'
Example request (with ocr_job_reference)
curl --location --request POST 'https://api.appruve.co/v1/face_match_jobs' \
--header 'Authorization: Bearer <token>' \
--form 'selfie_image=@"/path/to/selfie_image.jpg"' \
--form 'ocr_job_reference="e6f3cac2-f218-477b-81be-c1e732e4c6bc"'