Documentation Index
Fetch the complete documentation index at: https://docs.smartlyq.com/llms.txt
Use this file to discover all available pages before exploring further.
Default limits
Every API key is rate-limited to prevent abuse and ensure fair access.| Limit | Default |
|---|---|
| Requests per minute | 60 |
| Per-key override | Configurable per key |
Response headers
Every response includes rate-limit headers:| Header | Description |
|---|---|
X-RateLimit-Limit | Max requests allowed in the window |
X-RateLimit-Remaining | Requests remaining |
X-RateLimit-Reset | Unix timestamp when the window resets |
Exceeding the limit
When you exceed the limit, the API returns 429 Too Many Requests with aRetry-After header:

