Skip to main content
Drafts let you save post content without publishing. Publish immediately, save everything as draft, or mix — publish some platforms and draft others in one request.

Two ways to draft

draft_platforms must be a subset of platforms.

Save all as draft

Mixed draft + publish

Publish to Threads now, save LinkedIn as draft:
Threads publishes immediately. LinkedIn saved to drafts.
Use mixed mode for urgent cross-posts: ship the fast platform now, refine the professional network copy later.

Draft CRUD API

Dedicated draft management at /unified/drafts: Requires drafts_enabled on your plan.

List drafts

Filter LinkedIn/Facebook by page:

Publish draft later

Schedule a draft

get_queued_posts (MCP)

MCP tool get_queued_posts lists drafts and scheduled posts:
REST equivalents:
  • Drafts: GET /unified/drafts
  • Scheduled: GET /unified/scheduled-posts

Draft vs schedule-only API

Use post endpoints for drafts. Use scheduled-posts endpoint when you only want to schedule (no draft mixing).

Platform-specific draft notes

Drafts store platform context including: Resolve page/board IDs before publishing — same as live posts.

Example: draft video for review

Plan requirements

Drafts require drafts_enabled. Publishing a draft consumes a post credit like a normal publish. See Postsiva errors for plan-blocked responses.

Scheduling

Schedule instead of draft

MCP publish tool

Agent draft + publish