Skip to content
Documentation menu

API referenceDraft

Rate limits

How limits work and how to read them from responses.

Draft

The hosted API is a planned service with a draft specification. The local API described alongside it already exists and runs on your own machine.

In the hosted design, limits apply per IP address, account, API key, endpoint and device, and depend on the plan. Their values have not been set.

PlanRate limits
FreePending. Not published yet
PremiumPending. Not published yet
DeveloperPending. Not published yet
APIPending. Not published yet

Response headers

HeaderMeaning
x-ratelimit-limit-requestsRequests allowed in the current window.
x-ratelimit-remaining-requestsRequests left in the current window.
x-ratelimit-reset-requestsSeconds until the request window resets.
x-ratelimit-remaining-tokensTokens left in the current window.
retry-afterSent with 429 responses: seconds to wait before retrying.