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 CodeDescription
200OK - Worked as expected
400Bad Request - The request was bad.

Usually, there will be a message in the response json with the reason.
413Request size limit
429Too Many Requests - Requests are being rate limited. Please contact us.
500Internal Server Error - Our servers crashed processing the request. Please contact us.