Get your API key
Create your Development or Production API keys.
Crawl Endpoint Rate Limits
The crawl endpoint has a separate rate limit that applies to both development and production keys:Research Endpoint Rate Limits
The research endpoint has a separate rate limit that applies to both development and production keys for creating research tasks. Note that polling requests to retrieve the status of ongoing research tasks follow the default rate limits as decribed above.Usage Endpoint Rate Limits
The usage endpoint has a separate rate limit that applies to both development and production keys:Handling Rate Limit Responses
When you exceed the rate limit, the API returns a429 Too Many Requests response with a retry-after header indicating the number of seconds to wait before making another request.
retry-after header value to automatically handle rate limiting in your application.