Quick Start
TIP
How to Access
Request URL
Headers
Character Encoding
Authentication
1.
2.
Account Settings - APP Key
page, enter a name, and click the add button to complete creationCAUTION
Usage Example
Response Structure
Field Name | Required | Type | Description |
---|---|---|---|
request_id | Yes | string | Request ID for trace tracking |
error | No | Error | Error description, returned only when an error occurs |
data | No | interface{} | Data content, can be any format, refer to API definition for details |
Field Name | Required | Type | Description |
---|---|---|---|
code | Yes | string | Error code, see Code for enumeration values |
message | No | string | Error description |
Error Code | HTTP Status | Description |
---|---|---|
InvalidParameter | 400 | Parameter error |
InvalidContentType | 400 | Content-Type not supported |
MethodNotAllowed | 400 | HTTP Method not supported |
Unauthorized | 401 | Authentication failed |
AccessDenied | 403 | Authorization failed |
RequestTooFrequently | 429 | Request too frequent |
RouteNotFound | 404 | Request Method+Path not matched |
ResourceNotFound | 400 | Account hasn't purchased resource, please proceed to billing center |
NoLicense | 400 | Account has insufficient subscription license, please upgrade or purchase subscription in billing center |
InternalError | 500 | Internal or unknown error |
Modified at 2024-11-21 11:10:31