One API.
Every platform.
Ship social media features in hours, not months. One API key, one endpoint. Publish to 6 platforms, pull analytics, manage conversations, and get real-time webhooks.
No credit card required. Free tier available.
const response = await fetch("https://api.socialdesk.ai/v1/posts", {
method: "POST",
headers: { "Authorization": `Bearer ${SOCIALDESK_API_KEY}` },
body: JSON.stringify({
text: "New feature drop!",
platforms: ["twitter", "instagram", "linkedin"],
mediaUrls: ["https://example.com/demo.mp4"],
scheduledFor: "2025-01-15T09:00:00Z",
})
});Get your API key.
Sign up and grab your key. Takes 30 seconds.
Connect accounts.
Link social accounts via OAuth. No developer apps needed.
Launch.
You just added social media to your stack.
Five endpoints, infinite possibilities.
/postsOne call. 6 platforms. Text, images, video, carousels, scheduled or now.
/connect/{platform}Let your users connect accounts. One OAuth flow, all platforms. No dev apps.
/analyticsLikes, shares, reach, impressions, clicks, views. Unified across platforms.
/webhooks/settingsPosts published? Failed? Get pinged instantly. No polling required.
/inbox/conversationsDMs, comments, reviews. One inbox for all platforms. Reply programmatically.
Start building. Ship social media features today.
Get your API key in 30 seconds. Free tier includes 100 posts/month and full analytics access.
No credit card required. Free tier available.