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

# Errors & Rate Limits

<Warning>
  This is an unreleased new feature. It will be released in the V2 update and is not available at the moment.
</Warning>

### Status Codes

| Code | Meaning                                          |
| :--- | :----------------------------------------------- |
| 200  | **OK:** Request Successful                       |
| 401  | **Unauthorized:** Missing API Key                |
| 403  | **Forbidden:** Invalid API Key or Banned Account |
| 429  | **Too Many Requests:** Rate Limit Exceeded       |
| 500  | **Internal Server Error**: Server Issue          |

### Error Response Example

```json theme={null}
{
  "error": "Invalid API Key"
}
```

### Rate Limits

* 60 requests per minute per API key
* Exceeding this will return a `429` error

### Status Codes

| Code | Meaning                                          |
| :--- | :----------------------------------------------- |
| 200  | **OK:** Request Successful                       |
| 401  | **Unauthorized:** Missing API Key                |
| 403  | **Forbidden:** Invalid API Key or Banned Account |
| 429  | **Too Many Requests:** Rate Limit Exceeded       |
| 500  | **Internal Server Error**: Server Issue          |

### Error Response Example

```json theme={null}
{
  "error": "Invalid API Key"
}
```

### Rate Limits

* 60 requests per minute per API key
* Exceeding this will return a `429` error
