Skip to main content
GET
Get video comments

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer <your-api-key>

Path Parameters

videoId
string
required

TikTok video ID

Example:

"7611615657754381599"

Query Parameters

count
integer
default:20

Number of comments to fetch (maximum: 50)

Required range: 1 <= x <= 50
Example:

20

cursor
string
default:0

Pagination cursor

Example:

"0"

Response

Returns the video comments

data
object
required