SOCIAL MEDIA APIWhat's new
The social media API that replaces 13 integrations.
We handle approvals, rate limits, and API changes. One endpoint to post, schedule, pull analytics, and reply to DMs and comments.
No credit card required
schedule-post.ts
const response = await fetch( "https://feedhorizon.dev/api/v1/posts", { method: "POST", headers: { "Authorization": `Bearer ${FH_API_KEY}`, }, body: JSON.stringify({ text: "New feature drop!", platforms: ["twitter", "instagram", "linkedin"], mediaUrls: ["https://example.com/demo.mp4"], scheduledFor: "2025-01-15T09:00:00Z" }), });PLATFORMS
♪TikTok📷InstagramfFacebook▶YouTubeinLinkedIn𝕏X (Twitter)@Threads🦋Bluesky📌Pinterest
Trusted by builders
HOW IT WORKS
1
Get your API key.
Sign up and grab your key. Takes 30 seconds.
2
Connect accounts.
Link social accounts via OAuth. No developer apps needed.
3
Start posting.
One API call to publish everywhere.
WHAT YOU CAN DO
POST/posts
One call. 13 platforms. Text, images, video, carousels — scheduled or now.
GET/connect/{platform}
Let your users connect accounts. One OAuth flow, all platforms. No dev apps.
GET/analytics
Likes, shares, reach, impressions, clicks, views. Unified across platforms.
POST/webhooks
Posts published? Failed? Get pinged instantly. No polling required.
GET/inbox/conversations
DMs, comments, reviews. One inbox for all platforms. Reply programmatically.