1. Social Networks
swonkie.dev
  • Introduction
  • Quick Start
  • Changelog
  • Social Networks
    • Facebook
    • Instagram
    • LinkedIn
    • TikTok
    • Threads
  • Profiles
    • My Profiles
      GET
    • Competitors
      GET
  • Insights
    • Getting Started
    • My Profile Insights
      GET
    • My Profile Insights Posts
      GET
    • Competitor Insights
      GET
    • Competitor Insights Posts
      GET
  • Posts
    • Getting Started
    • List Posts
      GET
    • Get a Post
      GET
    • Create a Post
      POST
    • Update a Post
      PUT
    • Validate a Post
      GET
    • Delete a Post
      DELETE
    • Change Post Stage
      PATCH
  • Labels
    • Getting Started
    • List Labels
      GET
    • Create a Label
      POST
  • Media
    • Get a Media
    • Create a Media
    • Upload File to Media
    • Confirm Uploaded Media
    • Delete a Media
  • Examples
    • Publish
Back to Home
Back to Home
Login
  1. Social Networks

TikTok

TikTok supports video post types with a dedicated options object for controlling video behaviour, interaction settings, and content disclosure flags.

Supported Post Types#

Post TypeDescription
MEDIAVideo post
REELShort-form vertical video

Network Options#

TikTok-specific settings are passed in the tiktok object on the post body.
FieldTypeDescription
titlestringCustom title displayed on the post
autoAddMusicbooleanWhen true, TikTok automatically adds background music to the video
disableCommentsbooleanWhen true, disables the comments section on the post
disableDuetbooleanWhen true, prevents other users from creating a Duet with this video
disableStitchbooleanWhen true, prevents other users from using Stitch on this video
isBrandedContentbooleanMarks the post as branded content (paid partnership disclosure)
isBrandOrganicbooleanMarks the post as organic branded content
isAiGeneratedbooleanDeclares that the content was created with AI tools

Examples#

REEL post with interaction controls#

Branded content post#


Notes#

TikTok only supports video-based post types: MEDIA and REEL. STATUS, LINK, and STORY are not supported.
isBrandedContent and isAiGenerated are required by TikTok's platform policies when applicable. Failing to set them when required may cause the post to be rejected by TikTok.
The net field on captions and media can be omitted to apply the content to all networks assigned to the post.
First comments (captions[].firstComment) are supported but may be ignored if TikTok does not support the feature at the time of publishing.
Modified at 2026-03-12 18:22:05
Previous
LinkedIn
Next
Threads
Built with