The Threads API requires Instagram Business account linkage, Meta app review, and shares the Instagram Graph API's complexity. RelayAPI handles OAuth, rate limits, media hosting, and API changes.
No credit card required · Free plan available
const res = await fetch("https:">//api.relayapi.dev/v1/posts", {
method: "POST",
headers: {
Authorization: "Bearer rlay_live_xxxx",
"Content-Type": "application/json",
},
body: JSON.stringify({
content: "Check out our latest update!",
platforms: ["threads"],
media: ["https:">//cdn.example.com/image.jpg"],
}),
});The Threads API requires your Threads account to be linked to an Instagram Business or Creator account connected to a Facebook Page. Personal accounts are not supported.
Authorize your Threads account via OAuth in about 30 seconds.
Use the REST API or our SDKs to publish content from your stack.
RelayAPI manages publishing, rate limits, and delivery notifications.
Post to Threads with a single API call. No container creation, no two-step publishing flow, no Instagram account juggling. Send your content and we handle the Threads-specific pipeline.
RelayAPI uses the official Threads API. Your posts appear natively in Threads feeds with full engagement, while we handle Meta app review, account linkage, and API updates.
Since Threads shares infrastructure with Instagram, RelayAPI lets you publish to both platforms simultaneously with a single request, optimizing content for each platform's format requirements.
Yes. The Threads API requires an Instagram Business or Creator account linked to your Threads profile. Personal Instagram accounts are not supported for API access.
RelayAPI supports text posts (up to 500 characters), single images, videos, carousel posts (up to 10 items), and link posts. Reply threads are also supported.
Threads and Instagram share API quota. RelayAPI tracks usage across both platforms in real-time, manages a unified rate limit budget, and queues requests to prevent either platform from hitting limits.
Yes. Pass a scheduled publish time with your request and RelayAPI queues the content for publication at the specified time, handling token validity and retry logic automatically.
Join developers who chose RelayAPI over wiring up Threads API by hand.