Post to Multiple Social Platforms with One API Call
The fastest way to post to Twitter/X, LinkedIn, Instagram, TikTok, Facebook, YouTube, Pinterest, Reddit, and Threads simultaneously is one authenticated POST request. Here's the exact workflow.
Step 1: Get your API key
After signing up and creating a profile, your API key is in Settings → API Keys. Each profile gets its own key — so client A and client B each have isolated credentials.
Step 2: Connect your platforms
From the Profiles dashboard, connect each platform via OAuth. Fanout manages the OAuth app credentials — you just click "Connect" and authorize your account. Takes about 30 seconds per platform.
Step 3: Make the API call
Step 4: Handle the response
The API returns a post ID and per-platform status:
Optional: schedule for later
Add a scheduledFor field to post at a specific time:
Optional: AI-generated platform variants
Add "aiVariants": true and instead of one post going to all platforms, Claude generates platform-optimized variants — punchy for Twitter, professional for LinkedIn, hashtag-rich for Instagram.