> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rayrift.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Error Codes

> HTTP status codes and error responses

The API uses standard HTTP status codes to indicate success or failure of requests.

| Status Code | Description                                                           |
| ----------- | --------------------------------------------------------------------- |
| `200`       | Success - The request was successful.                                 |
| `400`       | Bad Request - The request was invalid or missing required parameters. |
| `401`       | Unauthorized - The API key is missing or invalid.                     |
| `403`       | Forbidden - You don't have permission to access this resource.        |
| `404`       | Not Found - The requested resource was not found.                     |
| `429`       | Too Many Requests - You have exceeded the rate limit.                 |
| `500`       | Internal Server Error - An error occurred on the server.              |
