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
Type of post content
Array of media URLs. For video posts, provide a single video URL. For slideshow posts, provide one or more image URLs.
Post caption/description (max 500 characters)
Slideshow title (max 90 characters, slideshow posts only)
ID of a social audio record to attach to the post
Response
The created draft post object
