API requests are rate limited to ensure fair usage and platform stability.Documentation Index
Fetch the complete documentation index at: https://docs.zenzap.co/llms.txt
Use this file to discover all available pages before exploring further.
Default Limits
| Scope | Limit | Window |
|---|---|---|
| Per API key | 1,000 requests | 60 seconds |
Rate Limit Response
When you exceed the rate limit, the API returns a429 Too Many Requests response. Wait until the current window resets before retrying.
Best Practices
- Implement exponential backoff when receiving 429 responses
- Cache responses where possible to reduce API calls
- Batch operations when the API supports it