Zesty · Rate Limits

Zesty Rate Limits

Zesty.io publishes monthly bundled API-call quotas per plan (Free 3,000 / Start Up 10,000 / Business 50,000 / Enterprise custom) but does not publish a per-second or per-minute throttling number on its public docs. Limits below capture the published monthly quotas; per-second behavior is treated as undocumented.

5 Limits Throttle: 429
CMSComposableHeadlessRate Limiting

Limits

Free Community monthly API quota account
requests_per_month · month
3000
Start Up monthly API quota account
requests_per_month · month
10000
Business monthly API quota account
requests_per_month · month
50000
Enterprise monthly API quota account
requests_per_month
see Zesty enterprise contract
Per-second throttling account
varies
not publicly documented
Zesty's public docs do not publish per-second / per-minute API limits separately from the plan's monthly cap.

Policies

Plan-tier monthly quota
API calls are bundled into the chosen plan's monthly cap; exceeding the bundled cap requires upgrading the plan.
Backoff
Clients should implement exponential backoff with jitter on 429 / 5xx responses.

Sources