Skip to main content

TikTok

Publish video and photo content to a TikTok profile.

API overview

TikTok publishing in Postova adapts its payload to the media type: video posts and photo posts are initialized differently under the hood.

Use cases

  • Publish short-form promotional videos.
  • Publish photo posts with a cover image and a title.
  • Tune interaction controls such as comments, duet, and stitch.

When to use

  • When the content is a short-form video or photo post.
  • When you need to control duet, stitch, or comment behavior.

When not to use

  • When you need a long-form or multi-video workflow.
  • When the account does not support the interaction options you need.

Examples

Video post

Publish a single video with audience controls.

How to post

  1. Connect a TikTok creator account.
  2. Provide video or photo media with the post content.
  3. Adjust privacy and interaction settings when needed.

Authentication

Default scopes

user.info.basic, user.info.profile, video.publish

Supported media

  • image
  • video
  • Supports image and video publishing.

Settings

Common errors

  • Unsupported privacy level: The provided privacy level does not match what the creator account accepts. Fix: Use a supported privacy level and let the creator account override where required.

Constraints

  • Photo posts and video posts use different payloads in the worker.
  • Some privacy and interaction options can be overridden by the creator account.

Notes

  • Validation is permissive and keeps unknown settings keys.
Last modified on June 14, 2026