Rate Limits
Genju rate limits API requests per minute to ensure fair usage.
Limits by Plan
| Plan | Requests/Minute |
|---|---|
| Core | 100 |
| Pro | 1,000 |
Handling 429 Responses
When you exceed your rate limit, the API returns 429 Too Many Requests. Wait and retry with exponential backoff.
Rate Limit Headers
Every response includes an X-RateLimit-Remaining header showing how many requests you have left in the current window.