Face Comparison (V-Face)
V-Face is used to perform the Facial Verification.
Overview
API Method
POST https://onboard.veryfyglobal.com/api/ekyc/v-face
Headers
Accept
application/json
Content-Type
multipart/form-data
Input Sample
reference_id
string
a714fccb-2676-40eb-8696-xxxxxxxxxxxx
The reference key from Create Reference ID API
face
file
Captured selfie image
Response Sample
{
"message": "Ok",
"data": {
"confidence_score": 90.53344,
"liveness": {
"probability": 0.6,
"quality": 0.95810515
}
}
}{
"code": 400,
"message": "Face is too close to the camera.",
"message_code": "400.004.001"
}{
"code": 500,
"message": "Something went wrong. Please try again."
}Image Requirement
Minimum Resolution
450px x 450px
Maximum File Size
2.5MB
To Avoid
Blurry or motion blur selfie image that will decrease the accuracy of the API.
Overly compressed image that will decrease the accuracy of the API.
Selfie that is taken in landscape mode that will cause detection error.
Environment that is too bright or too dark that cause API fail to pick up the selfie's facial features.
Multiple faces in the background of the selfie.
Facial position that is too near or too far from the selfie image.
To Do
Facing straight to the camera to ensure the API detection is able to detect the facial features accurately.
Retain a portion of margin surrounding the selfie image to prevent API fail to detect face.
Make sure the selfie's head is within the picture frame.
Last updated