Limits and credits

Rate limits

Rate limits apply per token or per IP. Every call consumes credits according to licence and start SLA.

Minimum limits

WindowMinimum
Per second5 requests
Per minute30 requests
Per hour100 requests
Per day500 requests

Paid tiers are higher. There is no invented per-minute product cap beyond these minima and the live headers.

Rate-limit headers

HeaderDescription
RateLimit-LimitAllowed requests per minute
RateLimit-RemainingRemaining requests in this minute
Retry-AfterWait seconds (only on HTTP 429)
RateLimit-ResetSeconds until the minute window resets

Credit headers

HeaderDescription
X-Credits-RemainingRemaining credits
X-Credits-MonthlyMonthly credit budget
X-Credits-Used-This-RequestCredits of this request

Lane multipliers apply on top of the base job price. Best Effort no_sla stays at 1.0×.

LaneFactorExample (10-credit job)
no_sla1.0×10
sla_1h4.0×40
instant5.0×50

Lane factors: no_sla×1 · sla_24h×1.5 · sla_12h×2 · sla_6h×3 · sla_1h×4 · instant×5 — live values via GET /job/pricelist.

Poll headers

HeaderDescription
X-Poll-Interval-RecommendedRecommended seconds between polls
X-Poll-Free-UntilSeconds until the next free poll
X-Poll-ChargedPoll billing (true/false)

Usage in the app: Account → API usage.

Related