Skip to main content

Error Codes

DeepAILab uses conventional HTTP response codes to indicate the success or failure of an API request.

400invalid_request_error

The request was unacceptable, often due to missing a required parameter.

401authentication_error

No valid API key provided.

403permission_error

The API key does not have permissions to perform the request.

404not_found_error

The requested resource doesn't exist.

429rate_limit_error

Too many requests hit the API too quickly.

500api_error

Issue on our side.