Rate Limit Calculator
Convert an API rate limit into requests/second, /minute, /hour and /day, plan multi-worker throughput with staggered start offsets, budget a daily request quota, and turn a 429 Retry-After response into an exponential backoff schedule.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Rate limit
0 <= x <= 100000000Per
second, minute, hour, day Number of workers
1 <= x <= 1000Daily request limit
0 <= x <= 100000000Active hours per day
1 <= x <= 24Retry-After (seconds)
0 <= x <= 86400Requests sent before 429
0 <= x <= 100000000Time window (seconds)
0 <= x <= 86400Response
Tool output
The tool's slug, echoing the {slug} in the request path.
Output-contract version for this tool.
Credits this call consumed, after any settlement refund. 0 when metering is disabled.
Credits left in the current monthly allowance, or null when metering is disabled.
Correlation id, also sent as x-request-id.