Each API key has a daily request quota. Limits reset at midnight UTC.Documentation Index
Fetch the complete documentation index at: https://docs.vintl.io/llms.txt
Use this file to discover all available pages before exploring further.
Plans
| Plan | Price | Daily limit |
|---|---|---|
| Free | $0 | 500 |
| Indie | $49/mo | 10,000 |
| Pro | $149/mo | 50,000 |
| Intelligence | $349/mo | 200,000 |
| Team | $799/mo | 500,000 |
Response headers
Every authenticated response includes rate limit headers:| Header | Description |
|---|---|
RateLimit-Limit | Your daily quota |
RateLimit-Remaining | Requests left today |
RateLimit-Reset | Unix timestamp when the quota resets |
X-RateLimit-Tier | Your plan name |
Retry-After | Seconds until you can retry (only on 429) |
X-RateLimit-* variants are included for backward compatibility.
Handling 429
When you exceed your limit, the API returns429 Too Many Requests with a Retry-After header. Respect it — don’t retry in a loop.
retry.py