Skip to main content
POST
TikTok only. Commenting is currently supported on TikTok posts only.

Request Body

string
required
The account ID to comment from.
array
required
Array of TikTok post links to comment on (your own posts or other users’).How to get a post link:
  1. Open TikTok and navigate to the post you want to comment on
  2. Tap the Send to arrow button in the bottom right corner of the post
  3. Tap Copy link
The copied link will look like: https://www.tiktok.com/@username/video/7123456789012345678
string
ISO 8601 timestamp for when to post the comment. If not provided, comments immediately.
string
required
The comment text.

Response

string
Unique identifier for the created comment task.
string
Account that created the comment.
string
TikTok username of the account that created the comment.
array
The TikTok post links that were commented on.
string
Comment text.
string
ISO 8601 timestamp of when the comment is scheduled to be posted.
string
ISO 8601 timestamp of when the comment task was created.

Error Responses

Unauthorized
Invalid Parameter
Account Not Found
Platform Not Supported
Server Error