Skip to main content

Error Handling

Example

{
  "status": "error",
  "message": "Invalid URL format"
}

Error Codes
| Code | Description         |
| ---- | ------------------- |
| 400  | Invalid request     |
| 401  | Unauthorized        |
| 429  | Rate limit exceeded |
| 500  | Server error        |