Skip to content

Rate limits & quotas

Limits apply per API key.

PlanEndpointsSustained rateBurstDaily quota
Free trialSingle title only1 request/second2 requests100 requests
StandardSingle title and batch10 requests/second20 requests100,000 requests

Exceeding a limit returns 429 Too Many Requests. Back off and retry. Standard customers classifying large volumes should prefer the batch endpoint. One batch request of 500 titles counts as a single request against the quota. The batch endpoint returns 403 Forbidden when called with a free trial key.

  • Typical latency is single-digit milliseconds per request; cold starts add ~300–600 ms infrequently.
  • Maximum request processing time is 10 seconds; in practice even a full 500-title batch completes in well under a second.
  • Titles are processed in memory only and are not persisted.