Response and Error Codes
Response Code | Condition | Message | Description |
---|---|---|---|
201 | Created | Conversation created. | This message appears when the audio file is successfully uploaded. |
400 | Bad Request | sessionId object is required in the request. | 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 some time. |
500 | Internal Server Error | Internal Server Error. | The server encountered an unexpected error that prevented it from fulfilling the request. Retry after some time. |