Rate Limits
global_rate_limit
: This specifies a global API rate limit in the following format:{"rate": 10, "per": 1}
, similar to policies or keys.
The API rate limit is an aggregate value across all users, which works in parallel with user rate limits, but has higher priority.
disable_rate_limit
: Is set totrue
, rate limits are disabled for the specified API.
See Rate Limiting for more details including setting via the Dashboard.