---
title: "Create a Comment"
method: POST
path: "/comments/"
---

# Create a Comment

`POST /comments/`

## Headers

- `Authorization` string, required

## Request body

- object
  - `comment_board_id` string, required
  - `text` string — Comment text
  - `custom_data` string
  - `parent_comment_id` string — Comment id of the parent comment for which this comment be treated as a reply
  - `attributes` object[]
    - `key` string, required
    - `value` string, required
  - `is_excluded_from_trending` boolean
  - `is_excluded_from_quality` boolean

## Response `201`

201

- object
  - `id` string
  - `url` string
  - `comment_board_id` string
  - `parent_comment_id` string
  - `thread_comment_id` string
  - `text` string
  - `comment_depth` integer
  - `custom_data` unknown
  - `author_id` string
  - `is_deleted` boolean
  - `created_at` string
  - `replies_url` unknown
  - `attributes` object[]
    - `key` string
    - `value` string
  - `is_excluded_from_quality` boolean
  - `is_excluded_from_trending` boolean

## Other responses

- `400` — 400

---

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