Posteady
Posteady Docs
API

Plan & Rate Limits

Plan requirements, rate limits, and per-request limits for the Posteady API.

Plan requirement

The REST API and MCP server require the Creator plan or above. Requests from workspaces below Creator return:

{ "error": { "code": "PLAN_REQUIRED", "message": "..." } }

with HTTP status 403.

Rate limits

Both interfaces share the same policy:

  • 30 requests per minute per key/token
  • Sliding window of 60 seconds

Exceeding the limit returns HTTP 429 with code RATE_LIMITED.

Per-request limits

  • Publish / schedule: 1–5 accounts per request, and 1–25 posts per thread chain.
  • List posts: up to a 90-day range, with limit between 1 and 100.

Blocked accounts

Accounts that have been blocked receive HTTP 403 with code BLOCKED on every request.