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 | 1.Face Capture | 1.SilentLiveness |
Liveness Detection Pro | 1.Strong Compliance | 1.Face Capture | 1.ActionLiveness |
Note:
- 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
SDK | Latest Version | Release Date | Status |
---|---|---|---|
Native App SDK - Android | 4.0.0 | June 19, 2025 | ✅ Released |
Native App SDK - iOS | 4.0.0 | June 19, 2025 | ✅ Released |
Web SDK (H5) | 6.3.0 | June 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.
- Request Get signatureId to get a “signatureId”. ( Get SignatureId API)
- Request Liveness Detection License Authorization to get a “license”. ( License Authorization API)
- Integrate the SDK for both Android and iOS. ( Android, iOS)
- 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)
- 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)
Hybrid Mode: Native SDK + In-App H5
Will be released July, 2025.
Updated 5 days ago