---
title: "TikTok Video Comment Reply"
method: POST
path: "/tiktok/video/comment/reply"
---

# TikTok Video Comment Reply

`POST /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.

## Request body

- object
  - `video_id` string, required — TikTok video ID
  - `comment_id` string, required — Comment ID
  - `page_size` integer — Number of replies returned per page, maximum value is 6, default is 6
  - `cursor` integer — Pagination cursor, starts from 0, default is 0

## Response `200`

Successfully returned reply list

- object[]
  - `rid` string — Reply ID
  - `text` string — Reply content
  - `create_time` integer — Reply creation timestamp
  - `like_count` integer — Like count
  - `author` object — Reply author information

---

[API](https://skmtc.net/memories/apis/screenplay-extraction-api.md) · [All operations](https://skmtc.net/memories/apis/screenplay-extraction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memories/screenplay-extraction-api/versions/720c8c144ddc/schema)
