Skip to main content

Limit

Ocoya applies a global user rate limit of 60 requests per minute for REST API requests using the same API key. If you expect bursts, queue requests and use a backoff strategy instead of retrying immediately.

Rate Limit Response

When the limit is exceeded, the API returns 429 Too Many Requests.

Headers

Wait until the reset window before retrying requests.
Prefer event-driven workflows and scheduled jobs over high-frequency polling.
Reuse workspace and social profile IDs instead of fetching them before every post creation.