Typeform · Rate Limits

Typeform Rate Limits

Typeform applies a documented per-token rate limit of 2 requests per second on the public REST API. Requests above this limit return HTTP 429 Too Many Requests, and Typeform recommends honoring the Retry-After header.

2 Limits Throttle: 429
FormsSurveysConversationalLead CaptureSaaSRate LimitingQuotasThrottling

Limits

Public REST API requests api_token
requests ยท 1s
2
Default per-token rate limit on the REST API.
Plan response ceiling account
responses/month
per plan
Plan-tier response cap implicitly bounds Responses-API throughput.

Policies

Backoff Strategy
Honor Retry-After on 429; use exponential backoff with jitter.
Webhook over polling
Prefer Webhooks API over Responses-API polling to avoid rate-limit pressure.

Sources