← Integrations

social

TikTok integration

Direct upload, scheduling, and analytics on the official TikTok Content Posting API.

Overview

Publish videos directly to TikTok with full caption, hashtag, and privacy control. Pull video-level metrics and creator insights through a typed SDK that handles the upload session and webhook ack for you.

Quick start

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

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

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

What you can do

Key endpoints

POST/posts
Upload and publish a TikTok video.
GET/analytics/tiktok
Per-video performance metrics.

Built for

Video tools

Plug TikTok publishing into your editor or AI video product.

UGC platforms

Coordinate creator drops at scale.

Related integrations

Ship the TikTok integration today

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

Start for free