Response and Error Codes
Response Code | Condition | Message | Description |
---|---|---|---|
201 | OK | Conversation created successfully. | This message appears when the audio file is successfully scheduled upload. To check the upload status, refer to the Fetch Conversation Status API. |
400 | Bad Request | Invalid Request Body. Check the Request Body parameters. | Ensure the Request Body parameters are correct and in the right format. |
401 | UnAuthorized | Invalid token or invalid signature received for JSON Web Token validation. | Ensure the correct token is input. |
429 | Too Many Requests | The user has sent too many requests in a given amount of time (“rate limiting”). Check the X-RateLimit-Limit, X-RateLimit-Remaining and X-RateLimit-Reset headers. | Retry after sometime. |
500 | Internal Server Error | Internal Server Error. | Retry after sometime. |