When a rate limit is reached, the API returns a 429 Too Many Requests response with the following response body:
{
"status": "failed",
"message": "api key limit exhausted"
}The rate limit is reset at the start of the next minute, and the API will accept more requests.
IVX Cloud rate limits /files, /hashes, and /urls submissions to 100 submissions a minute.
The /reports endpoint is limited to 300 requests a minute, the /presigned-url endpoint is limited to 300 requests a minute, and the /artifacts endpoint is limited to 60 requests a minute.
The /health endpoint is limited to 60 requests a minute
The /telemetry endpoint is limited to 5 requests a minute. This is because the /telemetry endpoint is a batch call and returns a large number of records.