---
title: "Add a reply to a video comment"
method: POST
path: "/videos/{video_id}/comments/{comment_id}/replies"
tags: ["Videos\\Comments"]
---

# Add a reply to a video comment

`POST /videos/{video_id}/comments/{comment_id}/replies`

This method adds a reply to the specified video comment.

## Path parameters

- `comment_id` number, required
- `video_id` number, required

## Response `201`

The reply was added.

## Other responses

- `400` — Error code 2207: The comment text is missing.
- `403` — * Error code 3301: The comment was flagged as spam. * Error code 3411: The authenticated user is unverified. * Error code 3412: The authenticated user can't comment. * Error code 3413: Comments are disabled on this video.

---

[API](https://skmtc.net/vimeo/apis/vimeo-api.md) · [All operations](https://skmtc.net/vimeo/apis/vimeo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vimeo/vimeo-api/revisions/ea882e0224a4/schema)
