Documentation Index
Fetch the complete documentation index at: https://docs.ardie.ai/llms.txt
Use this file to discover all available pages before exploring further.
Two Types of Limits
Ardie enforces two types of limits on API usage:- Rate Limits — Requests per minute
- Usage Caps — Total queries per billing period
Rate Limits
To ensure fair usage and system stability, API requests are rate-limited:| Limit | Value |
|---|---|
| Requests per minute | 60 |
| Per API key | Yes |
Rate limits are applied per API key, not per account. If you have multiple keys, each has its own rate limit.
Rate Limit Headers
Every response includes headers showing your rate limit status:| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests per minute |
X-RateLimit-Remaining | Requests remaining in current window |
X-RateLimit-Reset | Unix timestamp when the limit resets |
Rate Limit Exceeded
When you exceed the rate limit:429 response.
Usage Caps
Your plan includes a fixed number of queries per billing period. This is a hard cap—when reached, requests are rejected until the next period or you upgrade.Checking Your Usage
Monitor usage via the Dashboard or check the response headers:Cap Exceeded Response
When you hit your query cap:Handling Limits in Code
Next Steps
Error Handling
Handle all error types gracefully
Pricing Plans
Upgrade for more queries
(7).png?fit=max&auto=format&n=6FZsVQ5mPkveKHn2&q=85&s=46e497b52f808bab8589207e29abb2e1)
(6).png?fit=max&auto=format&n=3Dv90z8s7pwEMiZV&q=85&s=5b1b766bf867af4abce636e36c001b97)