| Status Code | Description |
|---|---|
| 400 Bad Request | The request format is incorrect or cannot be understood by the server. Usually indicates a client error. |
| 401 Unauthorized | API key verification failed. You need to verify that your API key is correct. Other reasons may include expired tokens. |
| 403 Forbidden | Generally indicates insufficient permissions. |
| 404 Not Found | The requested resource was not found. You may be trying to access an endpoint that does not exist. |
| 413 Request Entity Too Large | The request body is too large. You may need to reduce the size of your request body. |
| 429 Too Many Requests | You have exceeded your rate limit due to frequent requests exceeding the limit. |
| 500 Internal Server Error | An internal server error. This may be an issue with the server, not your problem. |
| 503 Service Unavailable | The server is temporarily unavailable. This may be due to maintenance or server overload. |
Note: The above is only a partial list of HTTP status codes and is not exhaustive. Some status codes may vary depending on server implementation and usage.