Liveness (V-Live)
V-Live is used to perform liveness detection on selfie.
Overview
API Method
POST https://onboard.veryfyglobal.com/api/ekyc/v-live
Headers
Key
Value
Accept
application/json
Content-Type
multipart/form-data
Input Sample
Key
Type
Value
Description
reference_id
string
a714fccb-2676-40eb-8696-xxxxxxxxxxxx
The reference key from Create Reference ID API
image
file
Captured selfie image
Response Sample
{
"message": "Ok",
"data": {
"probability": 0.6,
"quality": 0.95810515
}
}{
"code": 400,
"message": "Face is too small.",
"message_code": "400.005.001"
}{
"code": 500,
"message": "Something went wrong. Please try again."
}Last updated