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 |
---|---|---|---|
Advanguard Liveness Detection Standard |
1.Basic Compliance 2.High Passrate 3.Acceptable Accuracy |
1.Face Capture 2.Liveness Detection 3.Simple Device Security Detection |
1.SILENT 2.ACTION 3.DISTANT_NEAR 4.DISTANT_NEAR_ACTION 5.Your Customized Name |
Advanguard 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.ACTION 2.DISTANT_NEAR 3.DISTANT_NEAR_ACTION 4.Your Customized Name |
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 | Jun 19, 2025 | ✅ Released |
Native App SDK - iOS | 4.0.0 | Jun 19, 2025 | ✅ Released |
Web SDK (H5) | 6.3.0 | Jun 05, 2025 | ✅ Released |
Hybrid Mode: Native SDK + In-App H5 | 1.3.0 | Aug 13, 2025 | ✅ Released |
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), or other platforms (Flutter, React Native).
- Request Liveness Detection API to get the liveness score and its corresponding image with
signatureId
orlivenessId
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)
Integration Steps
There are 3 steps to integrate the Liveness Detection Service.
- Request Generate URL API to get a
signatureId
and aurl
. ( Generate URL API) - Integrate the Web SDK. ( H5)
- Request Get Result API to get the liveness score and its corresponding image with
signatureId
returned from step 1 as request parameter. ( Get Result API)
Integration FlowChart

Backend Integration
Frontend Integration
Hybrid Mode: Native SDK + In-App H5
Integration Steps
There are 3 steps to integrate the Liveness Detection Service.
- Request Generate URL API to get a
signatureId
and aurl
. ( Generate URL API) - Integrate the Hybrid Mode SDK. (Android, iOS, Flutter, React Native)
- Request Get Result API to get the liveness score and its corresponding image with
signatureId
returned from step 1 as request parameter. ( Get Result API)
Integration FlowChart

Backend Integration
Frontend Integration
Updated 4 days ago