Rate-Limiting
⏱️ Rate Limit Policy
Limit Type | Value |
---|---|
Concurrent Requests | 20 |
Fixed Window Limit | 2,000 requests per 10 minutes |
🚫
🔁 Handling Rate Limit Responses
Example 429 Response
Retry-After: 120
Content-Type: text/plain
Limit Type | Value |
---|---|
Concurrent Requests | 20 |
Fixed Window Limit | 2,000 requests per 10 minutes |
🚫