Rate limits

Prev Next

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.

Submission rate limit

IVX Cloud rate limits /files, /hashes, and /urls submissions to 100 submissions a minute.

Reporting rate limit

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.

Health rate limit

The /health endpoint is limited to 60 requests a minute

Telemetry rate limit

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.