Rate Limits & Quotas
The API enforces the following limits:
- 60 requests per minute per API key (HTTP 429 when exceeded)
- 100 posts per month created via the API on the $9 API plan. Unlimited posts on Starter and above plans.
- Standard
RateLimit-* headers are included in all responses
Rate limit headers:
- RateLimit-Limit: Maximum requests per window
- RateLimit-Remaining: Requests remaining in current window
- RateLimit-Reset: Seconds until the window resets