---
title: "Create a comment"
method: POST
path: "/comments"
tags: ["Comments"]
---

# Create a comment

`POST /comments`

## Headers

- `organization` string, required

## Request body

- AddCommentRestInput
  - `parent` string — Parent comment (if this comment is in reply to another one)
  - `description` string, required — Comment text
  - `content` string, required — The ID of the post that this comment is for

## Response `201`

Added a comment.

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
