SocialDesk — AI social media management tool
Get Started
Developer API

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.

schedule-post.ts
TypeScript
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",
  })
});
Platforms
Twitter/X
Instagram
TikTok
LinkedIn
Facebook
YouTube
How it works
1

Get your API key.

Sign up and grab your key. Takes 30 seconds.

2

Connect accounts.

Link social accounts via OAuth. No developer apps needed.

3

Launch.

You just added social media to your stack.

What you can do

Five endpoints, infinite possibilities.

POST/posts

One call. 6 platforms. Text, images, video, carousels, scheduled or now.

GET/connect/{platform}

Let your users connect accounts. One OAuth flow, all platforms. No dev apps.

GET/analytics

Likes, shares, reach, impressions, clicks, views. Unified across platforms.

POST/webhooks/settings

Posts published? Failed? Get pinged instantly. No polling required.

GET/inbox/conversations

DMs, comments, reviews. One inbox for all platforms. Reply programmatically.

New — Claude integration

Manage your socials. By chatting with Claude.

SocialDesk ships an MCP server. Connect your account to Claude once, then schedule posts, generate content, check analytics, and answer DMs in plain language — from claude.ai, Claude Desktop, or Claude Code.

What's scheduled this week?
You have 4 posts scheduled: 2 on Instagram, 1 on LinkedIn, 1 on X. Want the details?
Schedule a LinkedIn post tomorrow at 11am with an AI image.
Done — caption and image generated, post scheduled for tomorrow at 11:00.

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.

Social Media API for Developers | SocialDesk