POST /v1/posts, with per-platform behavior controlled by the platform_data field. This page compares capabilities across all platforms at a glance. For full details on a specific platform, see the deep-dive pages linked below.
Use POST /v1/posts/validate to check constraints before publishing, and GET /v1/posts/validate to fetch platform-specific constraints (e.g. TikTok’s per-creator privacy levels and duration limits).
Attaching media
Photos and videos are upload-first. Upload a file to receive amedia_id, then pass that ID in the media_ids array. A raw public URL in media_ids is ignored. See the Media uploads guide for the two upload paths, the verify step, and storage limits.
Capability matrix
Deleting posts
DELETE /v1/posts/{pid} is best-effort and never lets the dashboard drift from the platform.
For a draft, scheduled, or failed post (nothing was ever published), the post is removed locally. For a published post, SocialAPI calls each platform’s delete API in turn:
- If the platform deletes the copy, that target is cleared.
- If the platform does not support deletion (for example TikTok) or the delete call fails, that copy stays live and the post is kept (shrunk to the targets that are still live), not removed. A post is fully removed only when no live copy remains.
deleted is true only when the post was fully removed. Each entry in results has an outcome of deleted, not_supported, or failed. A failed target can be retried; a not_supported target must be removed on the platform itself. See DELETE /v1/posts/{pid} in the API reference for the full schema.
Core field handling
How each platform interprets the sharedPostDraft fields:
Platform-specific platform_data summary
Each platform accepts optional fields inside platform_data.<platform>. For the full reference, see the per-platform page.
Pass these inside each target’s platform_data object (per-target overrides supported).
Required OAuth scopes
Per-platform deep dives
Images, videos, reels, carousels. Meta Graph API.
Text, photo, and video posts. Facebook Pages API.
Organization page posts. LinkedIn Marketing API.
Threads
Text, image, video posts. Threads API.
TikTok
Video and photo carousel posts. TikTok Content Posting API.
YouTube
Video uploads. YouTube Data API v3.
X / Twitter
Tweets with text or images. X API v2.
Business Profile local posts. Coming soon.