social
Threads integration
Native publishing on Meta's text network through the official API.
Overview
Post text, image, video, and carousel threads on behalf of authorized accounts. Pull insights and reply to mentions from the same unified SDK.
Quick start
blazto.tsTypeScript
import { Blazto } from "@blazto/node";
const blazto = new Blazto(process.env.BLAZTO_API_KEY);
// Connect a Threads account through hosted OAuth
const { url } = await blazto.accounts.connect({ platform: "threads" });
// Publish from your app
await blazto.posts.create({
text: "Shipping today.",
platforms: ["threads"],
});What you can do
- ✓Publish text, image, video, and carousel threads
- ✓Schedule for future publish
- ✓Read views, likes, and replies
- ✓Reply to mentions through the inbox
Key endpoints
POST
Publish a thread to a connected account./postsBuilt for
Cross-posting
Mirror X content to Threads with one call.
Related integrations
Ship the Threads integration today
One API key, one SDK, every platform you need.
Start for free