Rate Limiting
When rate limiting is enabled on your instance, the following headers are included in API responses:
| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests per hour |
X-RateLimit-Remaining | Remaining requests in current window |
X-RateLimit-Reset | Unix timestamp when the limit resets |
When the limit is exceeded, the API returns HTTP 429 with an error message.