Skip to main content

Endpoint

Overview

Create a draft post that is saved but not assigned to an account or scheduled for publishing. Drafts allow you to prepare post content (media, caption, title) and assign an account and schedule later using the Update Post endpoint.
Draft to Scheduled:To schedule a draft, use the Update Post endpoint to set both accountId and postTime. The post will automatically transition from draft to scheduled status.

Request Body

'video' | 'slideshow'
required
Type of post content
string[]
required
Array of media URLs. For video posts, provide a single video URL. For slideshow posts, provide one or more image URLs.
string
Post caption/description (max 4000 characters)
string
Slideshow title (max 90 characters, slideshow posts only)
string
ID of a social audio record to attach to the post
string
Custom tag stored on the created post (returned as tag on the Post object)

Response

Post
The created draft post object