← Integrations

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

Key endpoints

POST/posts
Publish a thread to a connected account.

Built 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