Ship Your TikTok Integration
In Minutes, Not Months

TikTok's real cost is Direct Post approvals and privacy rules. One endpoint resolves both for video and photo posts.

InstagramFacebookTikTokYouTubeXThreadsLinkedInBluesky+ more

No credit card required

import { Configuration, PostsApi } from "@onepostly/sdk"; const posts = new PostsApi( new Configuration({ apiKey: process.env.ONEPOSTLY_API_KEY }), ); await posts.createPost({ createPostBody: { text: "Behind the build", mediaKind: "video", mediaUrls: ["https://cdn.example.com/clip.mp4"], destinations: [ { connectionId: "YOUR_TIKTOK_CONNECTION_ID", privacyLevel: "PUBLIC_TO_EVERYONE", }, ], }, });

One API for all social media

Every platform, one request shape. Publish, schedule, and read results without learning each API.

XLinkedInInstagramTikTokYouTubeFacebookThreadsPinterestBluesky

Your language, your call

Typed SDKs for TypeScript and Python, or plain HTTP if you'd rather keep your dependency list short.

import { Configuration, PostsApi } from "@onepostly/sdk"; const posts = new PostsApi( new Configuration({ apiKey: process.env.ONEPOSTLY_API_KEY }), ); await posts.createPost({ createPostBody: { text: "Behind the build", mediaKind: "video", mediaUrls: ["https://cdn.example.com/clip.mp4"], destinations: [ { connectionId: "YOUR_TIKTOK_CONNECTION_ID", privacyLevel: "PUBLIC_TO_EVERYONE", }, ], }, });

Know what happened

Every publish gets a per-platform receipt, and every failure comes back with a reason.

  • Requests
    2,033
    Post Requests
  • Success
    2,033
    Published
  • Failed
    0
    Failures
  • Success rate
    100.0%
    Of All Deliveries
  • Active connections
    9
    Ready to publish

The hidden cost of doing it yourself

One test post is easy. Production isn't. App reviews, OAuth per account, and whatever the next platform update breaks. We absorb it so you ship features instead.

Skip App Review

Screencasts, business docs, and review cycles per platform

Skip OAuth and Tokens

Refresh handling and secure credentials for every account

Skip Media Pipelines

Chunked uploads for every format and size limit

Skip Rate Limits

Quotas, backoff, and partial failures across accounts

Skip Edge Cases

Expired tokens, scope drift, regional restrictions

Skip Silent Failures

The "why didn't this one post?" triage

Built for Agents

A hosted MCP server, curated skills, and OpenClaw support, so Claude, Cursor, and Hermes can publish and read results without a custom integration.

Integration in minutes

Ready to hand to an agent, with an llms.txt index, a full OpenAPI spec, and Markdown at every docs path.

Simple, Scalable Pricing

Free to start, fair as you scale.

Starter

Solo builders & side projects

$0/ month

Free forever

Includes:

  • 1 connected social account
  • Unlimited posts
  • Unlimited scheduling
  • Unlimited analytics
  • All API access
  • Webhooks for delivery status
  • No credit card required

Growth

Indie builders & small products

$24/ month

Billed monthly

Everything in Starter, plus:

  • Up to 15 connected accounts
  • Higher API rate limits
  • Email support

Most Popular

Scale

Agencies & multi-brand teams

$59/ month

Billed monthly

Everything in Growth, plus:

  • Up to 50 connected accounts
  • Team members
  • Priority support

Enterprise

High-volume teams & platforms

$129/ month

Billed monthly

Everything in Scale, plus:

  • Up to 150 connected accounts
  • Team members
  • Dedicated support

Frequently asked questions

Direct Post, privacy levels, photo posts, scheduling, and analytics, what developers ask about posting to TikTok through Onepostly.

Still have questions?Ask our team →

Posting to TikTok runs on your Onepostly plan with no separate platform fee. X is the only platform billed per action, and that passes through at X's own list prices.

Not with Onepostly. TikTok's Direct Post approval can take days to weeks on your own; with us you connect an account in Dashboard → Connections and publish immediately.

A required per-destination field: PUBLIC_TO_EVERYONE, MUTUAL_FOLLOW_FRIENDS, FOLLOWER_OF_CREATOR, or SELF_ONLY. The creator info endpoint lists which values the account may actually use, so bad requests fail before upload.

Yes — photo posts work once your media CDN domain is verified in the TikTok developer portal. We validate before upload either way.

Yes. Add TikTok alongside Instagram Reels, YouTube Shorts, X, and more as destinations in a single POST /v1/posts call — every destination reports its own status.

Yes. The OAuth screens your users see carry neutral names like Social Media Connector rather than our brand, so the experience reads as fully yours.