Main API Docs
  • Welcome!
  • General
    • Introduction
    • Authentication
    • Personal Access Tokens
    • Test IDs
    • Check Wallet Balance
  • Appruve Identity
    • Introduction
    • Ghana 🇬🇭
      • Verify Ghana TIN
      • Verify Ghana Driver License
      • Verify Ghana SSNIT ID
      • Verify Ghana Passport
      • Verify Ghana Voter ID
      • Verify Ghana Digital Address
    • Nigeria 🇳🇬
      • Verify Nigeria TIN
      • Verify Nigeria Driver License
      • Verify Nigeria NIN
      • Verify Nigeria vNIN
      • Verify Nigeria Voter ID
      • Verify Nigeria BVN
    • Kenya 🇰🇪
      • Verify Kenya KRA PIN
      • Verify Kenya National ID
    • Uganda 🇺🇬
      • Verify Uganda Voter ID
      • Verify Uganda Telco Subscriber
      • BulK Uganda Telco Subscriber Verification
  • Appruve Business
    • Introduction
    • Business Lookups
      • Nigeria 🇳🇬
        • Lookup with CAC number
        • Lookup using Tax ID (TIN)
      • Uganda Business Lookup 🇺🇬
      • Ghana Business Lookup 🇬🇭
    • Business Beneficial Ownership
      • Nigeria 🇳🇬
  • Appruve Agency
    • OCR For Sequential Verification
      • Senegal 🇸🇳
      • Nigeria 🇳🇬
      • Ghana 🇬🇭
      • Kenya 🇰🇪
      • Côte d'Ivoire 🇨🇮
      • Cameroon 🇨🇲
    • Standalone OCR
      • Nigeria 🇳🇬
      • Ghana 🇬🇭
      • Kenya 🇰🇪
      • Côte d'Ivoire 🇨🇮
      • Cameroon 🇨🇲
      • Senegal 🇸🇳
    • Perform Face Matching
    • Upload Selfie Photo
    • Get Liveness Detection Challenge
    • Verify Liveness Detection Challenge
    • Confirm Extracted ID Number
    • Verify Business Document By OCR
    • Verify Nigeria vNIN with selfie
  • Guides
    • Webhooks
    • ID Document to Selfie Matching
  • Mobile Sdks
    • Android SDK
    • iOS SDK
  • Resources
    • Country Codes
    • ID Types
    • Face Liveness Check
Powered by GitBook
On this page
  1. Appruve Agency

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

Name
Type
Description

Authorization*

string

Bearer <token>

Request Body

Name
Type
Description

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
}

PreviousGet Liveness Detection ChallengeNextConfirm Extracted ID Number

Last updated 2 years ago