---
title: "YouTube Video Comment Reply"
method: POST
path: "/youtube/video/comment/reply"
---

# YouTube Video Comment Reply

`POST /youtube/video/comment/reply`

Get the reply list for YouTube video comments. Each API call costs $0.01 USD. The maximum value for pagination parameter pageSize is 100, nextPageToken should be null for the first request.

## Request body

- object
  - `comment_id` string, required — Comment ID
  - `page_size` integer — Number of replies returned per page, maximum value is 100, default is 100
  - `next_page_token` string, nullable — Next page token, should be null for the first request, use the value returned from the previous response for subsequent requests

## Response `200`

Successfully returned reply list

- object
  - `items` object[] — Reply list array
  - `next_page_token` string, nullable — Next page token, used to get the next page of data, null indicates all data has been retrieved
  - `page_info` object — Pagination 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)
