One publishing surface
Build your workflow against one API instead of maintaining a separate implementation for each social platform.
Social media scheduling API
Connect your channels once, then let your backend, automation or AI agent create and schedule posts without rebuilding every network integration yourself.
REST API, MCP and SDK access are included on every current PostSider plan.
{
"type": "schedule",
"date": "2026-10-01T09:00:00Z",
"posts": [{
"integration": {
"id": "channel_id"
},
"value": [{
"content": "Ship the update."
}]
}]
} Why use a unified API
The hard part is not sending JSON. It is maintaining authentication, platform-specific payloads, scheduling state and delivery logic across every network you support.
Build your workflow against one API instead of maintaining a separate implementation for each social platform.
Send the post, target channel and UTC publish time from your own application or automation.
Use the same connected-channel system across mainstream social, video, community and publishing destinations supported by PostSider.
Call the REST API yourself or expose the same workflow to compatible AI agents through PostSider's MCP server.
Move from raw HTTP to the TypeScript and Node.js SDK when the integration becomes part of a larger application.
Use webhooks on Pro and Ultimate for event-driven workflows that need publishing updates pushed back to your system.
Choose the caller
Use raw HTTP when your code already knows exactly what action it needs to perform.
View REST API →Let a compatible AI client discover publishing actions and call them as tools instead of driving a browser.
View MCP setup →Use typed helpers when you want the same REST API with autocomplete and a library-native developer experience.
View SDKs →Common API use cases
Turn releases, changelog entries or product events into scheduled social posts.
Keep your own interface and business logic while PostSider handles the connection to social networks.
Let an agent draft and schedule through MCP or REST while humans can still inspect the calendar.
Batch repetitive client publishing work while preserving the review and approval workflow around it.
Trigger distribution when new content ships instead of manually copying it into each social network.
Use cron jobs or queue workers to build predictable social publishing into an existing system.
Developer resources
Start without an enterprise gate
REST, MCP and SDK access are included across current plans. Webhooks are available on Pro and Ultimate.
FAQ