Prerequisites
Before you begin, make sure you have:- A Social media studio account with at least one connected social account
- An API key (see Authentication)
Base URL
All API requests should be made to:Create a post
Send aPOST request to create a new post:
socialMedia accepts one of 20 platform values (such as TWITTER, LINKEDIN,
INSTAGRAM, FACEBOOK, TIKTOK, YOUTUBE, THREADS, PINTEREST,
BLUESKY, and more) — not just the few shown in these examples. See
Connecting accounts for the full list of
supported platforms.Response
Schedule a post
To schedule a post for the future, includescheduledAt when creating:
List posts
Retrieve your workspace posts with optional filtering. Thestatus filter maps
to the postStatus field returned in responses, and socialMedia filters by
platform:
Upload media
For image and video posts, first get a presigned upload URL:s3Prefix and fileSrc in your create post request.
Next steps
API Reference
Full endpoint reference with interactive playground
MCP Server
Connect AI agents via the Model Context Protocol