Update a post
Accepts the same body fields as Create Post; only provided fields are updated. Posts in published or publishing status cannot be updated.
Authorizations
API key as Authorization: Bearer sk-social-...
Path Parameters
Unique identifier of the post.
"post_01HXYZ"
Body
Same fields as Create Post; only provided fields are updated.
Slug of the brand to post from.
"acme-corp"
Post content text.
"Exciting news from Acme! 🚀"
Target platforms.
x, linkedin, instagram, threads, youtube ["x", "linkedin"]ISO 8601 datetime to schedule the post. Omit to save as draft.
"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.
{
"x": ["account-id-1"],
"linkedin": ["account-id-2"]
}