Errors (status codes and description)
Http status codes
400 - Bad Request
400 responses are sent when the body of the request is not valid. This can happen when required fields are missing, or when the values provided are not valid.
To resolve this error, consult the API spec to ensure that you are providing the correct fields and values.
Example error responses
401 - Unauthorized
401 responses are sent when the API key is missing, invalid or has expired. To resolve this error, ensure that you are providing a valid API key.
Example error responses
402 - Payment Required
402 responses are sent when the account has reached its billing limit. To resolve these errors, add or update a payment method.
Example error responses
404 - Not Found
404 responses are sent when the requested resource is not found. This can happen when the model, dataset, or connector ID is incorrect, or when the resource has been deleted.
Example error responses
429 - Too Many Requests
429 responses are sent when the rate limit has been exceeded. Please consult the rate limit documentation to understand the limits and how to avoid these errors.
Example error responses
499 - Request Cancelled
499 responses are sent when a user cancels the request. To resolve these errors, try the request again.
Example error responses
500 - Server Error
500 responses are sent when there is an unexpected internal server error. To resolve these errors, please contact support via email or discord with details about your request and use case.