TikTok Video & Multi-Photo Posts

Publish or schedule TikTok videos and multi-photo (carousel) posts using the Publer API. This feature supports all TikTok-specific options, including privacy, comments, branded content, and more.

Overview

Publer enables you to directly post or schedule TikTok videos and multi-photo posts (carousels) from your app or workflow.

You can only post to one TikTok account at a time—TikTok does not allow duplicate content or posting to multiple accounts simultaneously.

  • Video posts: Upload and schedule single video posts. Supports cover selection, privacy, comment/duet/stitch toggles, and branded content disclosures.

  • Multi-photo posts (carousels): Upload and schedule up to 35 photos, each with an optional caption, as a single post. Supports music auto-add, privacy, and engagement options.

When posting a video to TikTok, the API does not immediately return a URL to the published post. TikTok first processes the video after upload and only makes the public link available once processing is complete.

  • After posting a video: The returned response will not contain the TikTok post URL.

  • To obtain the published TikTok video link: Retrieve your post later via the Posts. Once TikTok finishes processing, the link will be included in the post data.

How It Works

To schedule or publish a TikTok post, use the Immediate Publishing or Manual Scheduling API endpoint with a networks.tiktok object describing your post.

Key Rules

  • No recurring or recycled videos: TikTok does not allow duplicate content.

  • Watermarks: Not supported due to TikTok API limits.

  • Privacy and engagement: Options are synced from TikTok and may vary by account type, check your account details from Accounts.

  • Thumbnails (Videos): You can select a cover frame when posting automatically.

Video Post Example

Multi-Photo Post (Carousel) Example

TikTok-Specific Parameters

Video Post Parameters

Field
Type
Required
Description

type

string

Yes

Must be "video".

text

string

Yes

Video description text (max 2,200 chars).

media[]

array

Yes

Single video object (see below).

media[].id

string

Yes

Media ID if using stored media.

media[].path

string

No

URL to the video file.

media[].default_thumbnail

integer

No

(Optional) Index of the selected thumbnail (0-based).

media[].thumbnails[]

array

Yes

Array of thumbnails with real and small URLs.

media[].thumbnails[].real

string

No

Full-size thumbnail image URL.

media[].thumbnails[].small

string

No

Small-size thumbnail image URL.

details

object

Yes

TikTok-specific options (see below).

details.privacy

string

No

Who can view: "PUBLIC_TO_EVERYONE", "MUTUAL_FOLLOW_FRIENDS", "FOLLOWER_OF_CREATOR", "SELF_ONLY"

details.comment

boolean

No

Allow comments (default: false).

details.duet

boolean

No

Allow duets (default: true).

details.stitch

boolean

No

Allow stitching (default: true).

details.promotional

boolean

No

Mark as promotional/brand organic content (cannot be private, default: false).

details.paid

boolean

No

Mark as paid partnership (cannot be private, default: false).

Carousel (Multi-Photo) Post Parameters

Field
Type
Required
Description

type

string

Yes

Must be "photo".

title

string

Yes

Carousel post title (max 90 chars).

text

string

Yes

Description text (max 4,000 chars).

media[]

array

Yes

Up to 35 photo objects (see below).

media[].id

string

Yes

Media ID if using stored media.

media[].path

string

No

(Optional) URL to the photo file.

media[].caption

string

No

(Optional) Caption for each photo.

details

object

Yes

TikTok-specific options (see below).

details.privacy

string

No

Who can view: "PUBLIC_TO_EVERYONE", "MUTUAL_FOLLOW_FRIENDS", "FOLLOWER_OF_CREATOR", "SELF_ONLY"

details.comment

boolean

No

Allow comments (default: false).

details.auto_add_music

boolean

No

Auto-add music to slideshow (default: false).

details.promotional

boolean

No

Mark as promotional/brand organic content (cannot be private, default: false).

details.paid

boolean

No

Mark as paid partnership (cannot be private, default: false).

details.reminder

boolean

No

Upload-only mode (user must publish manually, default: false).

Tips & Limitations

  • No GIF/video mixing: Carousel posts cannot mix photos, GIFs, or videos.

  • Privacy: "Everyone" is only available if the TikTok account is public.

  • Branded content: Cannot be private. Once posted, branded content is permanently labeled.

  • No recurring or recycled posts: TikTok blocks duplicate content.

  • Watermarks: Not supported.

  • Links: Not supported in TikTok posts.

Last updated

Was this helpful?