Main API Docs
Searchโฆ
Main API Docs
Welcome!
General
Introduction
Authentication
Personal Access Tokens
Test IDs
Check Wallet Balance
Appruve Identity
Introduction
Ghana ๐ฌ๐ญ
Nigeria ๐ณ๐ฌ
Kenya ๐ฐ๐ช
Uganda ๐บ๐ฌ
Appruve Business
Introduction
Business Lookups
Business Beneficial Ownership
Appruve Agency
OCR For Sequential Verification
Standalone OCR
Perform Face Matching
Upload Selfie Photo
Verify BVN With OTP (Unavailable)
Validate BVN OTP (Unavailable)
Get Liveness Detection Challenge
Verify Liveness Detection Challenge
Verify Business Document By OCR
Appruve Financial
Guides
Selfie Matching With BVN (Not Available)
Webhooks
ID Document to Selfie Matching
Mobile Sdks
Android SDK
iOS SDK
Resources
Country Codes
ID Types
Face Liveness Check
Powered By
GitBook
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):
1
curl --location --request POST 'https://api.appruve.co/v1/face_match_jobs' \
2
--header 'Authorization: Bearer <token>' \
3
--form '
[email protected]
"/path/to/id_card_image.jpg"' \
4
--form '
[email protected]
"/path/to/selfie_image.jpg"'
Copied!
Example request (with ocr_job_reference)
1
curl --location --request POST 'https://api.appruve.co/v1/face_match_jobs' \
2
--header 'Authorization: Bearer <token>' \
3
--form '
[email protected]
"/path/to/selfie_image.jpg"' \
4
--form 'ocr_job_reference="e6f3cac2-f218-477b-81be-c1e732e4c6bc"'
Copied!
Previous
Cรดte d'Ivoire ๐จ๐ฎ
Next - Appruve Agency
Upload Selfie Photo
Last modified
4mo ago
Copy link