Skip to content

PostProxy API Overview

PostProxy is a unified API for posting content to social media platforms with built-in scheduling, error handling, and retry management.

A connected social media account (X, Facebook, Instagram, etc.) that you can post content to. Each profile represents an authenticated connection to a specific platform.

A piece of content published through one or more profiles. Can include text, media (images or videos), or both. Platform-specific parameters let you customize how content appears on each platform.

A collection of profiles grouped together for organizational purposes. Use profile groups to separate brands, clients, or projects. API keys can be scoped to specific profile groups for access control.

PlatformContent Types
FacebookPosts, Stories
InstagramPosts, Reels, Stories
TikTokVideos
LinkedInPosts
YouTubeVideos
X (Twitter)Posts
ThreadsPosts

When creating a post with media, provide URLs to your images or videos. PostProxy downloads and processes the media, then uploads it to each platform according to their requirements.

Each platform has specific constraints for media (file size, formats, dimensions). See Platform Parameters for details.

Social networks have rate limits that PostProxy handles automatically. If a post hits a rate limit, PostProxy queues it and retries when possible. You don’t need to implement retry logic in your application.