Skip to main content
During the alpha, each API key is limited to 2 requests per second and each source IP is limited to 20 requests per second across keys. Partner and Creator API surfaces have separate IP buckets. Successful responses describe the per-key budget: A limited request returns 429 and a Retry-After header:
Wait for Retry-After, add jitter when many workers share a key, and avoid concurrent retry loops. The IP cap can be reached even if every individual key remains below its own limit.