Rate Limit Check
Protect public APIs without reinventing rate limiting. This endpoint returns a clear decision: - `allowed` (boolean) - `remaining` (how many requests left in the window) Backend details are intentionally abstracted: you integrate via HTTP, we handle the consistency layer.
Rate Limit Check endpoints
| Method | Endpoint | Description |
|---|---|---|
| RateLimit | ||
| GET |
ratelimitCheck /ratelimit/check |
|
| Health | ||
| GET |
healthz /healthz |
|
Rate Limit Check pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $39 / month | 20000 / second |
|
| ULTRA | $99 / month | 50 / second |
|