Skip to main content

Rate limits

Platform API requests are rate limited per API key using a sliding window.

Default limits

Rate limit headers

When exceeded, the API returns 429 Too Many Requests with a Retry-After header.

Best practices

  • On 429, wait for Retry-After before retrying.
  • Use dev keys while iterating to protect production quotas.
  • Cache list responses where possible instead of polling on every action.