Quotas and rate limits
The HTTP API is paid keys only. Each API key carries a monthly word quota; the usage block in every response shows where you stand. The public website is separate: five free checks per day, and Pro at $9/month on /pricing.
Monthly quota
- Quota is measured in words, tracked per key per calendar month.
- Exhausted quota returns
402with the usage block in the body. - Failed or invalid requests never consume quota.
Rate limits
Requests are rate-limited per key; exceeding the limit returns 429. Clients should back off exponentially. Published pricing is on /pricing; quota state is always visible in responses.
Data handling
Detection input is processed for the request only and is never persisted. See Privacy.