AiPrise uses standard HTTP response codes to indicate the success or failure of an API request. Most of our failure error codes will contain a message on why the request failed.
Status Code | Description |
---|---|
200 | OK - Worked as expected |
400 | Bad Request - The request was bad. Usually, there will be a message in the response json with the reason. |
413 | Request size limit |
429 | Too Many Requests - Requests are being rate limited. Please contact us. |
500 | Internal Server Error - Our servers crashed processing the request. Please contact us. |