The CAM API imposes a rate-limiting constraint of 300 requests per minute to ensure even distribution of system resources. Exceeding this limit results in a 429 error response. You may also see a 503 error response.

  • X-RateLimit-Limit: 300 requests per minute.

  • X-RateLimit-Remaining: The number of remaining requests allowed during the period.

  • X-RateLimit-Next: Once you've reached the X-RateLimit-Limit, this represents the time you can issue another individual request. The X-RateLimit-Remaining gradually increases and becomes equal to X-RateLimit-Limit again.