Smarter AI REST APIs use standard HTTP response codes to indicate whether a specific request has been successfully completed or not.
Response Code | Reason |
|---|---|
| The request is successful. |
| The request has been accepted for future (asynchronous) processing. |
| The server could not understand the request due to invalid syntax. |
| The client must authenticate itself to get the requested data or perform requested action. |
| The requested resource was not found. |
| The user has sent too many requests in a given amount of time. We recommend implementing an exponential back-off timer. |
| The server is not working properly. |