14 endpoints
Accounts, media, posts and analytics — everything the dashboard does.
A clean REST API over the same pipeline the dashboard uses. Mint a scoped key, hit one endpoint, and publish to every connected network — with per-platform captions, threads, media, scheduling and analytics.
curl -X POST https://social-api.instantdm.com/v1/posts \
-H "X-Api-Key: sk_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"accountIds": ["acc_8fK2qz"],
"content": "We shipped 🚀",
"postType": "text",
"scheduledAt": "2026-07-01T09:00:00+05:30"
}' Full examples in cURL, Python and JavaScript for every endpoint live in the reference.
Accounts, media, posts and analytics — everything the dashboard does.
Workspace-scoped, least-privilege keys. Rotate, audit and revoke any time.
post.published, post.failed and post.partial events, signed so you can trust them.
Publish to Instagram, X, LinkedIn, Facebook and TikTok in a single request.
Presigned uploads for images and video, then attach by id to any post.
Override caption and time per platform, build threads, articles and PDF carousels.
Grouped by resource. See the reference for parameters, responses and examples.
Start with a 4-day free trial. Scoped keys. Or drive it from an agent over MCP.