Errors

BurstyAI uses standard HTTP response codes to indicate the success or failure of an API request. Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, a request was rate limited, invalid api key was provided, etc.). Codes in the 5xx range indicate an error with BurstyAI`s servers.

Status code summary
200 - OKSuccess.
400 - Bad RequestInvalid requst parameter.
401 - UnauthorizedInvalid API Key provided.
402 - Payment RequiredQuota exceeded.
429 - Too Many RequestsToo many requests hit the API too quickly.
404 - Not FoundThe resource doesn't exist.
500 - Server ErrorSomething went wrong on our end.