Create a new post
Posts
Create a new post
POST
Create a new post
Authorizations
API key as Authorization: Bearer sk-social-...
Body
application/json
Slug of the brand to post from.
Example:
"acme-corp"
Post content text.
Example:
"Exciting news from Acme! 🚀"
Target platforms.
Available options:
x, linkedin, instagram, threads, youtube Example:
["x", "linkedin"]ISO 8601 datetime to schedule the post. Omit to save as draft.
Example:
"2025-02-01T10:00:00Z"
Media attachments.
Additional tweet content for X threads. Each element is a subsequent tweet in the thread.
Origin source of the post (e.g., dashboard, api, agent).
Map of platform to array of specific account IDs to post from. If omitted, all connected accounts for the brand are used.
Example:
{
"x": ["account-id-1"],
"linkedin": ["account-id-2"]
}