Limits
This section describes various limits for the API.
Request rate limits
By default, there is a rate limit of 250 API requests per minute per user. /scans/{id}/output
has a lower limit, of 60 requests per minute, while POST
requests have a 125 API requests per minute limit.
You can inspect the actual limit for a request, as well as how many requests you have remaining, by making a request and looking at the X-RateLimit-Limit
and X-RateLimit-Remaining
headers.