Social Media API

Social Media Posting API

One REST API to publish content across every major social media platform. Skip months of integration work — connect accounts, make one API call, and post everywhere.

  • Post to 8+ platforms with a single API call
  • Images, videos, carousels, Stories, Reels, and Shorts
  • No developer apps needed — OAuth handled for you
  • Unlimited connected social accounts on every plan
No credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
5 platforms
TwitterLinkedInFacebook+2
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XIGFBLITT
One API, every platform

How It Works

Add social media to your product in three steps.

01

Get Your API Key

Sign up and get your API key instantly — no sales calls, no complex onboarding.

02

Integrate in Minutes

A single endpoint to post, schedule, and manage content. Drop it into your product and go.

03

Your Users Post Everywhere

Your product now supports every major social platform — without you maintaining a single integration.

API Response Format

Clean, structured JSON that's easy to parse and integrate

Request

POST
curl -X POST https://api.postpeer.dev/v1/posts \
  -H "x-access-key: your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "Launching our new feature today!",
    "mediaItems": [
      { "type": "image", "url": "https://example.com/launch.png" }
    ],
    "platforms": [
      { "platform": "twitter", "accountId": "acc_tw_123" },
      { "platform": "instagram", "accountId": "acc_ig_456" },
      { "platform": "facebook", "accountId": "acc_fb_789" },
      { "platform": "tiktok", "accountId": "acc_tt_012" }
    ],
    "publishNow": true
  }'

Response

JSON
{
  "postId": "post_abc123",
  "status": "published",
  "platforms": [
    {
      "platform": "twitter",
      "success": true,
      "platformPostUrl": "https://x.com/user/status/123"
    },
    {
      "platform": "instagram",
      "success": true,
      "platformPostUrl": "https://instagram.com/p/abc"
    },
    {
      "platform": "facebook",
      "success": true,
      "platformPostUrl": "https://facebook.com/post/456"
    },
    {
      "platform": "tiktok",
      "success": true,
      "platformPostUrl": "https://tiktok.com/@user/video/789"
    }
  ]
}

Post Everywhere With One API

Stop maintaining separate integrations for each social network. PostPeer normalizes the differences so you write one integration.

Unified Multi-Platform Posting

Send one request and publish to Twitter, Instagram, YouTube, TikTok, Facebook, Pinterest, Threads, and more simultaneously. Platform-specific formatting is handled automatically.

Rich Media Support

Upload images, videos, carousels, Reels, Shorts, and Stories. PostPeer validates and optimizes media for each platform's requirements before publishing.

Zero OAuth Complexity

Your users connect social accounts through PostPeer's OAuth flow. No need to create developer apps, manage tokens, or handle refresh logic.

Platform-Specific Features

Access native features for each platform — Twitter polls, YouTube tags, TikTok privacy settings, Pinterest board targeting, and more via the platformSpecificData field.

Real-Time Post Status

Get instant feedback on every post. The API returns platform-specific post URLs and IDs so you can track content across all networks.

Built for Scale

From 20 free posts to unlimited. Automatic rate limit handling, retry logic, and queuing so your content always gets delivered.

Frequently Asked Questions

Ready to Add Social Media to Your Product?

One API. Every platform. Start building with free credits.

Start Posting for FreeNo credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
5 platforms
TwitterLinkedInFacebook+2
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XIGFBLITT
One API, every platform