Rate Limiter API
The Rate Limiter API provides various rate limiting algorithms to help manage and control the rate of incoming requests to your application. It includes multiple algorithms such as Token Bucket, Leaking Bucket, Fixed Window Counter, Sliding Window Log, and Sliding Window Counter, allowing you to choose the best fit for your needs.
Rate Limiter API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Fixed Window Counter /api/fixed-window-counter |
Endpoint to check rate limit using the fixed window counter algorithm. |
| POST |
Token Bucket /api/token-bucket |
Handles rate limiting using the Token Bucket algorithm. |
| POST |
Leaking Bucket /api/leaking-bucket |
Manages rate limiting using the Leaking Bucket algorithm. |
| POST |
Sliding Window Log /api/sliding-window-log |
Uses the Sliding Window Log algorithm for rate limiting. |
| POST |
Sliding Window Counter /api/sliding-window-counter |
Implements rate limiting using the Sliding Window Counter algorithm. |
Rate Limiter API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $0.25 / month | — |
|