Introduction
Response Codes
Code | Description |
---|---|
200 | Ok |
400 | Request not valid. Missing or invalid parameter. |
401 | API Key Missing or not valid |
402 | API Key not enough credits |
404 | The requested resource is not found |
429 | Rate limit exceeded. Check the 'Retry-After' header for guidance. |
500 | An unexpected internal server error. |
503 | The API is temporarily unavailable. Check the 'Retry-After' header for guidance. |
Error Response
The body of error response is in a json format.
Last updated