Access Guide#
Step 1, Authentication;
After purchasing the product to obtain permissions and keys, you need to configure the whitelist IP in the console.
Step 2: Use the API
According to the interface document, fill in the corresponding request parameters according to the usage scenario and request the specific interface.
Step 3: Actual development
Note that app_id and app_secret cannot be exposed, and the front-end cannot directly request our interface. There must be a back-end to obtain the data and then forward it to your own front-end.
Step 4: Data Storage1.
Select whether to store data according to the application scenario.
2.
Contact business to obtain the image domain name, it is best to download the image yourself and save it.
3.
Contact the short video domain name for business, and you must download the video yourself and then provide it to the public.
The following figure is a rough access architecture diagramQuick access#
For quick access to your data, you can use the DEMO_SDK sample code providedModified at 2025-07-10 07:58:23