Create a TikTok post
Create a new TikTok post.
Documentation Index
Fetch the complete documentation index at: https://developer.dashsocial.com/llms.txt
Use this file to discover all available pages before exploring further.
TikTok-specific fields
| Parameter | Description |
|---|---|
text | Caption for the TikTok post |
disable_comment | Optional. Set to true to disable comments on the post. |
disable_duet | Optional. Set to true to prevent users from creating duets with the video. |
disable_stitch | Optional. Set to true to prevent users from stitching the video. |
Publishing modes
| Mode | status | auto_publish | timestamp |
|---|---|---|---|
| Publish immediately | AUTOPUBLISHING | true | Not required |
| Schedule for later | SCHEDULED | true | Required |
| Save as draft | DRAFT | true or false | Optional |
Example request
Notes
- TikTok only supports video media. Image uploads are not supported.
- Auto-publish posts require video media. Drafts can be created without media.
- Only 1 video can be attached to a TikTok post.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The id of the brand to which the post belongs.
x >= 0Whether the post should be auto published.
The current status of the post.
AUTOPUBLISHING, DRAFT, EXPIRED, FAILED, IMPORTED, MISSING_APPROVALS, PARTIALLY_FAILED, POSTED, SCHEDULED, SKIPPED, USERS_NOTIFIED The text of the post.
The list of the media ids attached to the post.
x >= 0The scheduled date & time for publishing the post.
Whether to allow comments on the post
Whether to allow others to duet the post
Whether to allow others to stitch with the post
Thumbnail offset in milliseconds
x >= 0Branded content type of the TikTok post.
promoted, paid_partnership, null Trending sound data for the TikTok post. Null if no trending sound is selected.
The approval policy of the approval request
APPROVAL_REQUIRED, APPROVAL_NOT_REQUIRED The list of approval requests associated with the post.
The list of the board ids associated with the post.
x >= 0The list of the campaign ids associated with the post.
x >= 0The list of the content tag ids associated with the post.
x >= 0To identify the user or the application that created the post.
RSS_FEED The list of duplicate to brand ids.
55x >= 0The id of the post group associated with the post.
The sorted index for unscheduled posts.
Image URL to be displayed as a thumbnail in the DH user interface.