Liveness (V-Live)

V-Live is used to perform liveness detection on selfie.

Overview

The V-Live API also known as "Liveness Detection" is to make sure that the selfie is taken by a real person. This will greatly increase the security level of Facial Verification in order to help to fight against spoof attacks using fake selfies (e.g. recapturing a selfie from monitor screens, printed paper and etc)

This API will only perform liveness detection on the captured image.

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
    }
}

Last updated