One API. Every Platform.
Post, schedule, and manage content across all major social media platforms with a single REST endpoint.
Twitter / X
Post tweets, threads, polls, and media to Twitter/X programmatically with PostPeer's API.
Publish feed posts, reels, carousels, and stories to Instagram programmatically with PostPeer's API.
YouTube
Upload and publish videos to YouTube programmatically with PostPeer's API.
YouTube Shorts
Upload and publish YouTube Shorts programmatically with PostPeer's API.
Post to Facebook pages and profiles with text, images, videos, and links via PostPeer's API.
TikTok
Upload and publish videos to TikTok programmatically with PostPeer's API.
Threads
Post text and media to Meta's Threads platform programmatically with PostPeer's API.
Create and publish pins to Pinterest boards programmatically with PostPeer's API.
Same Endpoint. Every Platform.
All platform APIs use the same POST /v1/posts endpoint. Just change the platform target.
{
"content": "Your post content here",
"platforms": [
{ "platform": "twitter", "accountId": "acc_tw_123" },
{ "platform": "instagram", "accountId": "acc_ig_456" },
{ "platform": "youtube", "accountId": "acc_yt_789" },
{ "platform": "tiktok", "accountId": "acc_tt_012" },
{ "platform": "facebook", "accountId": "acc_fb_345" },
{ "platform": "threads", "accountId": "acc_th_678" },
{ "platform": "pinterest", "accountId": "acc_pn_901" }
]
}Ready to Add Social Media to Your Product?
One API. Every platform. Start building with free credits.
{ "platforms": ["twitter", "linkedin"], "content": "Hello world!" }