Skip to main content
POST
Create Scheduled Post
Creates a new scheduled post. The scheduled_at time must be in the future. A cron job will automatically publish the post at the scheduled time.

Authentication

string
Bearer token. Bearer <supabase-jwt>.

Body

string
required
ID of the connected social account to publish to.
string
required
Target platform, e.g. "tiktok".
string
required
ISO 8601 datetime for when the post should be published. Must be in the future.
string
Optional project ID to link this post to.
string
default:"Scheduled post"
Title or caption for the post.
string[]
required
Array of image URLs to include in the post.