v1

latestOpenAPI 3.1.02026-07-266827131.9 KB

TikTok Video Comment Reply

Get the reply list for TikTok video comments. Each API call costs $0.01 USD. The maximum value for pagination parameter pageSize is 6, cursor starts from 0.

post/tiktok/video/comment/reply

Request body

video_idstring required

TikTok video ID

comment_idstring required

Comment ID

page_sizeinteger

Number of replies returned per page, maximum value is 6, default is 6

cursorinteger

Pagination cursor, starts from 0, default is 0

Example request

{
  "video_id": "7543017294226558221",
  "comment_id": "comment_id",
  "page_size": 6
}

Response

Successfully returned reply list

ridstring

Reply ID

textstring

Reply content

create_timeinteger

Reply creation timestamp

like_countinteger

Like count

authorobject

Reply author information