- Monthly quota — a per-Organization cap aligned to your contractual billing period.
- Rate limit — a short-window per-key burst limit.
429 RFC 7807 problems, with different type URIs
and recovery semantics.
Monthly quota
Counted in billable requests since the start of your current billing period. The period boundaries come from your contract — typically the day of the month you signed up. When exceeded:quota block is an RFC 7807 extension member. Headers:
Retry-After— seconds untilperiod_ends_at.X-RateLimit-Limit— the monthly cap.X-RateLimit-Remaining—0while over quota.X-RateLimit-Reset— Unix timestamp matchingperiod_ends_at.
period_ends_at, or contact us to bump the cap.
Rate limit
Per-API-key burst protection. Short-window — typically tens of requests per second.Retry-After seconds and retry. Use
exponential backoff with jitter on persistent 429s.
What counts as a billable request
| Counts | Does not count |
|---|---|
POST /v1/evaluate | GET /v1/sources |
POST /v1/intersections | GET /v1/rulesets (list/get) |
POST /v1/distance | POST /v1/rulesets (create) |
POST /v1/subjects |