Skip to main content
The public API enforces request limits separately from product limits.

Request limits

  • Creator: 60 requests per minute
  • Pro: 300 requests per minute
Current rate limiting is fast and simple, but not yet distributed across instances.

Product limits

Your plan also controls how many product resources you can use through the API. Examples:
  • connected account limits
  • workflow limits
These limits are enforced using the same plan configuration used by the dashboard. If you reach a plan cap, the API returns a 403 with a specific error code such as account_limit_reached or workflow_limit_reached.

Retry guidance

  • Use Idempotency-Key on POST /v1/posts when retrying a post creation request.
  • Back off and retry on transient failures instead of sending bursts.