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
- ✓Direct video upload (no draft step)
- ✓Schedule for future publish
- ✓Read views, likes, shares, completion rate
- ✓Manage multiple creator accounts in one workspace
Key endpoints
POST
Upload and publish a TikTok video./postsGET
Per-video performance metrics./analytics/tiktokBuilt 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