After purchasing Deeper, follow this guide to upgrade RealID with Deeper capabilities.
Deeper Function Overview
Deeper is an end-to-cloud AIGC detection capability from ZOLOZ. It combines multi-modal algorithms, terminal injection security detection, and dynamic risk control strategies to identify AIGC risks across multiple dimensions during identity verification.
Deeper is not an independent product but an enhancement for RealID, Face Capture, and Connect. For more information, see What is Deeper.
Deeper Upgrade Guide
-
Purchase Deeper Products
-
Upgrade Native SDK Version
-
Starting from version 1.4, the Native SDK includes enhanced terminal control capabilities. To fully utilize Deeper, upgrade your Native SDK to version 1.4 or later. For specific version numbers, refer to the Release Notes.
-
SDK versions 1.4 and later do not require additional NearX dependencies. If you previously used NearX features, remove the NearX implementation lines after upgrading to avoid execution conflicts. For details, refer to the App SDK-mode integration.
-
Configure
deeperModeInput Parameter:When Deeper is enabled through
deeperMode, the parametersserviceLevelandoperationModewill become inactive, and the detailed product config parameters will take effect. The following table lists recommended standard configurations for detailed product config parameters. These values are for reference only; set them based on your business needs. For more information, see the initialize API.
|
Field name |
Description |
Example |
|
docUiType |
ID photo capture method. Valid values:
Note: Deeper relies on Deep-scan and Auto-scan. When Deeper is enabled, select the appropriate capture method for your scenario: Deep-scan for the Native SDK, Auto-scan for the Web SDK. Detection performance degrades significantly if these modes are not selected. |
|
|
spoofMode |
Document anti-spoofing level. Valid values:
|
|
|
livenessMode |
Liveness level for face liveness detection. Valid values:
|
|
|
actionCheckItems |
User actions to detect during liveness check. To maintain a good user experience, avoid using more than two actions. Valid values:
|
|
|
actionRandom |
Whether the actions in
|
|
|
actionFrame |
Additional frame capture configuration. Valid values:
|
|
|
riskMode |
Multi-dimensional risk control rule verification in RealID, used to intercept suspicious transactions. Valid values:
|
|
-
View Deeper results.
Check the Deeper-related business results in the checkresult API. The relevant output parameters include
deeperFaceResult,deeperFaceResultDescription,deeperDocResult,deeperDocResultDescription,deeperRiskResult, anddeeperRiskResultDescription. For more details, see the checkresult API.
Relationship Between antiInjectionMode and Deeper
In the RealID initialize API, the antiInjectionMode parameter was a trial feature switch for injection attack detection. As of June 2024, this parameter is no longer effective. ZOLOZ has launched the Deeper product, which covers both Deepfake detection and injection attack detection. To enable these features, purchase Deeper and set the deeperMode parameter. See the Deeper Upgrade Guide.
Note:
-
For existing customers still using
antiInjectionMode, ZOLOZ will retain this parameter temporarily to ensure API compatibility and a smooth transition. -
If existing customers enable
deeperMode, ZOLOZ will prioritize deeperMode, and antiInjectionModewill be ignored.