---
title: "Create Comment Report"
method: POST
path: "/comment-reports/"
---

# Create Comment Report

`POST /comment-reports/`

## Headers

- `Authorization` string, required

## Request body

- object
  - `comment_id` string, required
  - `description` string — Reason for report

## Response `201`

201

- object
  - `id` string
  - `url` string
  - `reported_by_id` string
  - `comment_id` string
  - `comment` object
    - `id` string
    - `url` string
    - `comment_board_id` string
    - `parent_comment_id` unknown
    - `thread_comment_id` string
    - `text` string
    - `comment_depth` integer
    - `custom_data` unknown
    - `author_id` string
    - `is_deleted` boolean
    - `deleted_by` unknown
    - `created_at` string
    - `deleted_at` string
    - `replies_url` unknown
    - `is_reported` boolean
    - `comment_reports_count` integer
    - `dismiss_reported_comment_url` string
  - `report_status` string
  - `comment_board_id` string

## 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)
