Skip to main content

Status codes and errors

Learn about status codes and errors of Cubeo AI's APIs

The following page describes the status codes and standard error responses used in the Cubeo AI API.

Status codes

Status codeExplanation
200Success
202Accepted (pending)
400Bad Request: The server can't process the request because the input is not valid.
401Unauthorized: The supplied API key is incorrect.
402Payment Required: An account limit has been reached. You have to upgrade your subscription
403Forbidden: This error is returned in the following scenarios:
You're using an outdated API key or a key not associated with that resource.
- A downstream endpoint can't be accessed.
- You're attempting to access an endpoint you are not authorized for.
404Not Found: This error is returned in the following scenarios:
- The requested resource could not be found.
405Method Not Allowed: You are attempting to use an unauthorized method.
500Internal Server Error: There is a problem with our server. Please try again later or contact our support team.
503Service Unavailable: The Cubeo AI API is temporarily offline for maintenance. Please try again later.