Connect Deeper Upgrade Guide
After purchasing the Deeper product, you can follow this guide to complete the Deeper upgrade operation in Connect.。
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 |
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
|
|
- View the related results of Deeper.
Check the business results corresponding to the Deeper feature in the checkresult API. The relevant output parameters includedeeperResult
anddeeperResultDescription
. For more details, refer to the checkresult API.
Relationship Between antiInjectionMode and Deeper
In the Connect 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 usingdeeperMode
, andantiInjectionMode
will become invalid.