RealID Deeper Upgrade Guide
After purchasing the Deeper product, you can follow this guide to complete the Deeper upgrade operation in RealID.
Deeper Function Overview
Deeper is the end-to-cloud integrated AIGC detection capability offered by ZOLOZ. It combines multi-modal algorithms, terminal injection security detection capabilities, and a rich set of dynamic risk control strategies to identify AIGC risks in the identity verification process from multiple dimensions.
Deeper is not an independent product; rather, it enhances features in products like RealID, Face Capture, and Connect. For more information about Deeper, please refer to What is Deeper.
Deeper Upgrade Guide
- Purchase Deeper Products
- Upgrade Native SDK Version
- From version 1.4 onwards, the Native SDK includes enhanced terminal control capabilities. To fully utilize the functionalities of Deeper, it is recommended to upgrade your Native SDK to version 1.4 or above. For specific version numbers, please refer to the Release Notes.
- Note: SDK versions 1.4 and above do not require additional NearX dependencies. If you previously used NearX features, you must remove the NearX implementation lines after the upgrade to avoid execution conflicts. Refer to the App SDK-mode integration.
- Configure
deeperMode
Input Parameter:
By enabling the Deeper functionality throughdeeperMode
, the parametersserviceLevel
andoperationMode
will become inactive, and the detailed product config parameters will take effect. The table below provides recommended standard configurations for detailed product config parameters. The suggested values are for reference only, and customers can set them according to their actual business needs. For more information, please refer to the initialize API.
Field name | Description | Example |
docUiType | This parameter refers to methods for taking ID photos. The values are as follows:
Note: The Deeper feature relies on two collection methods: Deep-scan and Auto-scan. When the Deeper feature is enabled, please select the appropriate collection method based on your actual application scenario to ensure optimal detection performance. Use Deep-scan for the Native SDK and Auto-scan for the Web SDK. The detection effect will be greatly impacted if these two modes are not selected. |
|
spoofMode | This parameter refers to document anti-spoofing levels, defined as follows:
|
|
livenessMode | Specifies the liveness level for face liveness detection check. The following values are supported:
|
|
actionCheckItems | User actions to be detected. For better user experience, it is not recommended to use two or more actions. The following values are supported:
|
|
actionRandom | Specifies whether user actions specified in
|
|
actionFrame | This parameter refers to capturing other frame pictures, defined as follows:
|
|
riskMode | This parameter refers to multi-dimensional risk control rule verification in RealID. It is used to intercept suspicious transactions. The values are as follows:
|
|
- View the related results of Deeper.
Check the business results corresponding to the Deeper feature in the checkresult API. The relevant output parameters includedeeperFaceResult
,deeperFaceResultDescription
,deeperDocResult
,deeperDocResultDescription
,deeperRiskResult
, anddeeperRiskResultDescription
. For more details, refer to the checkresult API.
Relationship Between antiInjectionMode and Deeper
In the RealID initialize API, the antiInjectionMode parameter served as a trial feature switch for detecting injection attacks. As of June 2024, this parameter is no longer effective. ZOLOZ has now launched the new Deeper product, which includes capabilities for both Deepfake detection and injection attack detection. To enable these features, you need to purchase the Deeper product and set the deeperMode parameter. Please refer to the Deeper Upgrade Guide.
Note:
- For existing customers still using the
antiInjectionMode
, ZOLOZ will retain this parameter for a period to ensure API compatibility and a smooth transition. - If existing customers enable the
deeperMode
parameter, ZOLOZ will prioritize using deeperMode
, and antiInjectionMode
will become invalid.