Exa Rate Limits Overview Handle Exa API rate limits gracefully. Default limit is 10 QPS (queries per second) across all endpoints. Rate limit errors return HTTP 429 with a simple response. For higher limits, contact [email protected] for Enterprise plans. Rate Limit Structure | Endpoint | Default QPS | Notes | |----------|-------------|-------| | | 10 | Most endpoints share this limit | | | 10 | Same pool as search | | | 10 | Same pool | | | 10 | Same pool | | Research API | Concurrent task limit | Long-running operations | Prerequisites - SDK installed - Understanding of async/await patterns Inst…