---
title: "POST /api/comments/{commentId}/reports"
method: POST
path: "/api/comments/{commentId}/reports"
tags: ["comments"]
---

# POST /api/comments/{commentId}/reports

`POST /api/comments/{commentId}/reports`

Report a comment

## Path parameters

- `commentId` string, required — Hex format string, e.g. `0x1234567890abcdef`

## Request body

- object
  - `reportee` string, required — Hex format string, e.g. `0x1234567890abcdef`
  - `message` string, required
  - `signature` string, required
  - `chainId` integer, required

## Response `204`

Comment reported successfully

## Other responses

- `400` — Bad request
- `404` — When comment is not found

---

[API](https://skmtc.dev/ethcomments/apis/ethereum-comments-protocol-indexer-api.md) · [All operations](https://skmtc.dev/ethcomments/apis/ethereum-comments-protocol-indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ethcomments/ethereum-comments-protocol-indexer-api/revisions/fc5aae1cdc03/schema)
