Upload Selfie Photo
Upload a selfie image for sequential verification
Upload Selfie
POST
https://api.appruve.co/v1/verifications/selfie_image/upload
This endpoint allows you to upload a selfie image for sequential verification. Call this endpoint after calling the Perform OCR For Sequential Verification endpoint.
Headers
Name
Type
Description
Authorization*
string
Bearer <token>
Request Body
Name
Type
Description
transaction_reference
string
The transaction reference id. This value is returned from the OCR response.
selfie_image
object
The selfie photo file object
{
"id": "0e2e59cf-2c96-4cc9-b0c2-c8922429b379",
"confidence_score": 95,
"id_type": "voter",
"country_code": "ng",
"status": "success",
"face_on_id_document": "url",
"face_match_percent": 90,
"id_match_percent": 100,
"selfie_face_url": "url",
"selfie_image_submitted": "url",
"id_face_sharpness": 99,
"id_face_brightness": 89,
"selfie_face_sharpness": 97,
"selfie_face_brightness": 91,
"id_details": {},
"created_at": "2020-05-11",
"custom_params": {}
}
Last updated