Spot AI uses conventional HTTP response codes when returning results or errors for the API.
Response Code | Description |
---|---|
200 - OK | Success |
400 - Bad Request | Request could not be processed |
401 - Unauthorized | Missing or invalid API key |
403 - Forbidden | API key does not have required permissions |
404 - Not Found | Requested resource does not exist |
429 - Too Many Requests | You have exceeded the API rate limit |
5xx - Server Errors | Spot AI was unable to process the request |