Reply to a comment on the brand’s TikTok post
reply_to_tiktok_commentReply to a TikTok comment on your own video with text or an image. Provide the video ID and comment ID, then confirm the reply's visibility because TikTok may hide flagged replies.
Instructions
Reply to an existing comment on a TikTok post the authorized account owns — TikTok's twin of reply_to_meta_comment and reply_to_youtube_comment. Text (≤1,200 characters) or an image; at least one is required. A REPLY IS THE ONE PLACE TIKTOK ACCEPTS A PLAIN IMAGE URL (pass imageUrl); an uploaded imageUri + width + height also works. TikTok silently hides replies it flags as spam, so read it back with list_tiktok_comment_replies if visibility matters. NEEDS THE TIKTOK ACCOUNT AUTHORIZATION (see tiktok_account_status).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ≤1,200 characters (UTF-8) | |
| videoId | Yes | the post the comment sits on — TikTok requires it | |
| imageUri | No | from upload_tiktok_comment_image | |
| imageUrl | No | a public image URL — TikTok accepts this on a REPLY only, never on a new comment | |
| commentId | Yes | from list_tiktok_comments | |
| imageWidth | No | ||
| imageHeight | No |