If you want to call the platform's text, image, video, audio, and other capabilities through the API, you need to create an API key first. In the current system, an API key is also called a token or Token.
1. Go to the API Key Management Page
- Log in to your platform account first.
- Click "API" in the top navigation bar.
- After entering the API console, open the "Key Management" page.
- If your interface still uses the old naming, it may also be displayed as "API Tokens" or "Token Management".
2. Create an API Key
- Click "Create Key" on the key management page.
- Fill in a key name, for example:
Website backend callsTest environmentAutomation script - Configure additional options as needed:
Bound models: restrict this key to calling only specified modelsCall quota: limit the available quota for this keyIP whitelist: allow calls only from specified server addressesExpiration time: if the key expires, the API key will become invalid - Click "Confirm Creation".
- After the system creates it successfully, the full API key will be displayed. Please copy it immediately and store it securely.
3. How to Use the API Key
After creation, click View Full Documentation to get a detailed usage guide.
4. What If You Do Not See the "Create Key" Button?
Please check the following items first:
| Possible Cause | Solution |
|---|---|
| You are not logged in | Log in first, then go to the API page |
| The current account does not have a developer use case | Contact the administrator to confirm whether API capabilities are enabled |
| The page entry name is different | Look for entries such as "API", "API Tokens", or "Token Management" in the top navigation bar |

