Request limits
Creator:60requests per minutePro:300requests per minute
Product limits
Your plan also controls how many product resources you can use through the API. Examples:- connected account limits
- workflow limits
403 with a specific error code such as account_limit_reached or workflow_limit_reached.
Retry guidance
- Use
Idempotency-KeyonPOST /v1/postswhen retrying a post creation request. - Back off and retry on transient failures instead of sending bursts.
