Spidra returns consistent error responses using standard HTTP status codes and descriptive messages. If something goes wrong with your request—like invalid input, missing authentication, or rate limits—you’ll receive a clear JSON error object.Documentation Index
Fetch the complete documentation index at: https://docs.spidra.io/llms.txt
Use this file to discover all available pages before exploring further.
Error Response Format
Common Error Codes
| Status Code | Description |
|---|---|
| 400 Bad Request | The request was malformed or missing required parameters. |
| 401 Unauthorized | Authentication failed. Check your API key. |
| 403 Forbidden | You do not have permission to access this resource. |
| 404 Not Found | The requested resource does not exist. |
| 429 Too Many Requests | You have exceeded your rate limit. |
| 500 Internal Server Error | An unexpected error occurred on the server. |

