Verify Liveness Detection Challenge

Verify a face liveness challenge

Verify Liveness Detection Challenge

POST https://api.appruve.co/v1/face_liveness/verify_challenge

This endpoint allows you to verify a face liveness challenge. The endpoint requires two sequential photos of the same face while the user is in front of the camera. The first photo is the selfie photo taken of the user before the challenge was performed. The second photo is the selfie photo taken of the user while the challenge was being performed. The challenge verification would fail under the following circumstances. 1. The faces on the photos do not match 2. The user did not perform the challenge in the challenge selfie photo

Headers

NameTypeDescription

Authorization*

string

Bearer <token>

Request Body

NameTypeDescription

challenge_id*

string

The challenge ID

non_challenge_selfie_image*

Any

Selfie photo taken before the user performed the challenge. This could be a Base64 encoded string, File Object, or URL.

challenge_selfie_image*

Any

Selfie photo taken while the user was performing the challenge. This could be a Base64 encoded string, File Object, or URL.

{
    "is_challenge_verified": true
}

Last updated