Skip to main content
Unified Social Media Scheduling API

Social Media Scheduling API

Schedule posts across all major social platforms with one API. Set the date, time, and timezone, and let PostPeer handle publishing automatically.

  • Schedule posts to 8+ platforms with one request
  • Full timezone support, schedule in your users' local time
  • Queue posts for optimal engagement times
  • Modify or cancel scheduled posts before delivery
No credit card required.
POST https://api.postpeer.dev/v1/posts
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }
Published
2 platforms
TwitterLinkedIn
All posts delivered
Scheduled
queue
12
Queued
847
Sent
Next: in 15 min
Platforms
connected
XLIFBTT
One API, every platform
DF

"I was up and running on six different platforms in under 30 minutes. Strongly recommend!"

David Flor, Founder at Darklight Interactive

Divanshu KhatterMarketing Manager at Sembark

"Couldn't figure out the official Pinterest API. PostPeer was smooth. Using it daily."

Divanshu Khatter, Marketing Manager at Sembark

Het TikawalaFounder at Kalizzle AI Studio

"Great integration experience. Jonathan ships fixes within hours. Mad respect for the speed."

Het Tikawala, Founder at Kalizzle AI Studio

Add Social Media to Your Product in Three Steps

Connect once, then publish, schedule, and read data through the same API.

01

Get Your API Key

Sign up and get your API key instantly. No sales calls or complicated setup.

02

Integrate in Minutes

Connect once to PostPeer to publish, schedule, analyze, manage comments, and handle messages.

03

Support Every Major Platform

Give your users access to major social platforms without building and maintaining each integration yourself.

New to PostPeer? Read the getting started guide

One Request. Structured Response.

Clean, predictable JSON that's easy to parse and integrate.

POSTRequest
curl -X POST "https://api.postpeer.dev/v1/posts" \
  -H "x-access-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "content": "This post will go live tomorrow morning!",
    "platforms": [
      { "platform": "twitter", "accountId": "abc123" }
    ],
    "scheduledFor": "2026-03-29T09:00:00",
    "timezone": "America/New_York"
  }'
JSONResponse
{
  "success": true,
  "status": "scheduled",
  "postId": "post_xyz789",
  "scheduledFor": "2026-03-29T13:00:00.000Z",
  "platforms": [
    {
      "platform": "twitter",
      "success": true
    }
  ]
}

Why Choose PostPeer

Build the social experience your users need while PostPeer handles the platform-specific complexity behind it.

Cross-Platform Scheduling

Schedule the same content to Twitter, Instagram, YouTube, TikTok, Facebook, Pinterest, and Threads in a single API request. Each platform gets the right formatting.

Timezone-Aware Delivery

Pass an IANA timezone (e.g., America/New_York) and PostPeer delivers at exactly the right moment. No UTC conversion headaches.

Rich Media Scheduling

Schedule posts with images, videos, carousels, Reels, Shorts, and Stories. Media is uploaded and validated at schedule time, not delivery time.

Reliable Delivery

PostPeer queues scheduled posts with built-in retry logic. If a platform is temporarily unavailable, the post is retried automatically.

Manage Scheduled Posts

View, modify, or cancel scheduled posts before they're published. Update content, change the time, or remove posts from the queue via API.

Platform-Specific Scheduling

Access native scheduling features, YouTube premiere settings, TikTok privacy controls, Pinterest board targeting, all through the platformSpecificData field.

One Integration. Every Way to Build.

Start with REST, use a typed SDK, connect an automation workflow, or hand the job to an agent. The same PostPeer API powers every path.

01

REST API

One predictable endpoint for every supported platform. Connect accounts once, then publish everywhere.

02

Typed, drop-in Node.js and Python clients generated from the same API contract.

03

No-Code Automation

Build social publishing and scheduling workflows without creating a custom backend.

04

AI Agents & MCP

Give Claude, Cursor, Codex or your own agent access through hosted MCP, Agent Skills or REST tool calling.

publish.js
const response = await fetch(
  'https://api.postpeer.dev/v1/posts',
  {
    method: 'POST',
    headers: {
      'x-access-key': process.env.POSTPEER_API_KEY,
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      content: 'Hello from PostPeer!',
      platforms: [
        { platform: 'twitter', accountId: 'acc_twitter' },
        { platform: 'linkedin', accountId: 'acc_linkedin' },
      ],
      publishNow: true,
    }),
  },
);

const post = await response.json();
One request · Twitter + LinkedIn

Frequently Asked Questions

Power Your Next Project With a Unified Social Media API

Give your users posting, scheduling, analytics, and engagement features through one API your team can maintain.

Start with 20 free credits. No credit card required.