← Integrations

social

Instagram integration

Publish reels, carousels, and stories through the official Graph API.

Overview

Connect Instagram Business and Creator accounts via OAuth, then publish any format — reels, carousels, single images, or stories — from a single endpoint. Read insights, comments, and direct messages from the same SDK.

Quick start

blazto.tsTypeScript
import { Blazto } from "@blazto/node";
const blazto = new Blazto(process.env.BLAZTO_API_KEY);

// Connect a Instagram account through hosted OAuth
const { url } = await blazto.accounts.connect({ platform: "instagram" });

// Publish from your app
await blazto.posts.create({
  text: "Shipping today.",
  platforms: ["instagram"],
});

What you can do

Key endpoints

POST/posts
Publish or schedule any Instagram format.
GET/analytics/instagram
Engagement and reach metrics per post.
GET/inbox
Unified DMs and comments stream.

Built for

Creator tools

Let creators schedule reels and pull their performance into your dashboard.

Agency workflows

Manage dozens of client accounts without juggling logins.

Related integrations

Ship the Instagram integration today

One API key, one SDK, every platform you need.

Start for free