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 - OK | Success. |
400 - Bad Request | Invalid requst parameter. |
401 - Unauthorized | Invalid API Key provided. |
402 - Payment Required | Quota exceeded. |
429 - Too Many Requests | Too many requests hit the API too quickly. |
404 - Not Found | The resource doesn't exist. |
500 - Server Error | Something went wrong on our end. |