Error Codes

Here list the causes and solutions in case you encounter any errors during API Calls.

CODE
DESCRIPTION

400 Bad Request - Invalid Format

Cause: Invalid request body format. Solution: Please modify your request body according to the hints in the error message.

401 Unauthorized

Cause: Authentication fails due to the wrong API key. Solution: Please check your API key. If you don't have one, please create an API key first.

402 Payment Required - Insufficient Balance

Cause: You have run out of balance. Solution: Please check your account's balance, and add more funds if needed.

422 Unprocessable Entity - Invalid Parameters

Cause: Your request contains invalid parameters. Solution: Please modify your request parameters according to the hints in the error message.

429 Too Many Requests

Cause: You are sending requests too quickly. Solution: Please pace your requests reasonably.

500 Internal Server Error

Cause: Our server encounters an issue. Solution: Please retry your request after a brief wait and contact us if the issue persists.

503 Service Unavailable - Server Overloaded

Cause: The server is overloaded due to high traffic. Solution: Please retry your request after a brief wait.

Last updated