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
TypeScript
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📷InstagramfFacebookYouTubeinLinkedIn𝕏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.

FREQUENTLY ASKED QUESTIONS

Still have questions? Ask our team →

Stop maintaining 13 integrations.

Start shipping features.

Get started