Post a new comment on the brand’s own TikTok post
comment_on_tiktok_videoPost a new top-level comment on your own TikTok video using text or an uploaded image (upload the image first). Verify the comment appears since TikTok may hide spam silently.
Instructions
Write a NEW top-level comment on a TikTok post the authorized account owns. Text (≤1,200 characters, UTF-8) or an image, and TikTok requires at least one of the two. AN IMAGE HERE MUST BE UPLOADED FIRST — a raw URL is refused on a new comment; call upload_tiktok_comment_image and pass back imageUri + imageWidth + imageHeight together (a reply is the one place TikTok accepts a plain URL). TIKTOK SILENTLY HIDES COMMENTS IT FLAGS AS SPAM and sends no signal when it does, so avoid posting many near-identical comments in a short window, and read the comment back with list_tiktok_comments(status:'PUBLIC') if it matters that it is visible. NEEDS THE TIKTOK ACCOUNT AUTHORIZATION (see tiktok_account_status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ≤1,200 characters (UTF-8). Either this or an image is required. | |
| videoId | Yes | the TikTok post id | |
| imageUri | No | from upload_tiktok_comment_image — a raw URL is NOT accepted on a new comment | |
| imageWidth | No | required with imageUri | |
| imageHeight | No | required with imageUri |