Documentation

Liveness Detection

Introduction

ADVANCE AI offers Liveness Detection technology that verifies an online user is a real person. It is suitable for various scenarios, including remote identity verification and others, and can significantly improve operational efficiency while enhancing customer satisfaction.

Product Features

Product Name

Suitable Scenarios

Product Features

Configurable LivenessType

Liveness Detection Standard

1.Basic Compliance
2.High Passrate
3.Acceptable Accuracy

1.Face Capture
2.Liveness Detection
3.Simple Device Security Detection

1.SilentLiveness
2.ActionLiveness
3.DistantNearLiveness
4.DistantNearActionLiveness
5.Your Customized Name

Liveness Detection Pro

1.Strong Compliance
2.Enhanced accuracy

1.Face Capture
2.Liveness Detection 3.Deeper Device Security Detection
4.Deepfake Detection
5.Risk Control Strategy

1.ActionLiveness
2.DistantNearLiveness
3.DistantNearActionLiveness
4.Your Customized Name


Note:

  1. For valid values of livenessType, please refer to Liveness Type List

Access Modes

ADVANCE AI Liveness Detection provides two access modes: Native App SDK mode and web SDK (H5) mode.

  • Native App SDK mode: Provides Native SDK and server-side API, supporting Android and iOS system apps.
  • Web SDK (H5) mode: Provides Web SDK (H5) and server-side API, supporting the use of mobile browsers on Android, iOS, and PC systems.
  • Hybrid Mode: Native SDK + In-App H5: will be released July, 2025.

Version

SDKLatest VersionRelease DateStatus
Native App SDK - Android4.0.0June 19, 2025✅ Released
Native App SDK - iOS4.0.0June 19, 2025✅ Released
Web SDK (H5)6.3.0June 05, 2025✅ Released
Hybrid Mode: Native SDK + In-App H5/will be released July, 2025🔄 Planned

Integrate

Native App SDK

Integration Steps

There are 5 steps to integrate the Liveness Detection Service.

  1. Request Get signatureId to get a “signatureId”. ( Get SignatureId API)
  2. Request Liveness Detection License Authorization to get a “license”. ( License Authorization API)
  3. Integrate the SDK for both Android and iOS. ( Android, iOS)
  4. Request Liveness Detection API to get the liveness score and its corresponding image with “signatureId” or “livenessId” returned from step 1 or step 3 as request parameter. ( Liveness Detection API)
  5. If there are compliance requirements, call PII Data Retention to clean up PII (Personally identifiable information) data when you need. ( PII Data Retention API)

Integration FlowChart


Backend Integration

Frontend Integration

Web SDK (H5)

Integration Guide

Hybrid Mode: Native SDK + In-App H5

Will be released July, 2025.