---
title: "Submit a report for a post, comment, or user"
method: POST
path: "/v1/reports"
tags: ["reports"]
---

# Submit a report for a post, comment, or user

`POST /v1/reports`

## Request body

- object
  - `type` 'post' | 'comment' | 'user', required
  - `targetId` string, uuid, required
  - `reason` string
  - `description` string
  - `pageUrl` string, uri

## Response `200`

Successful response

- ReportCreateOutput
  - `success` boolean, required

## Other responses

- `404` — Resource not found
- `429` — Too many reports

## Changes

> 21 revisions in range; 1 could not be searched.

- **2026-08-05** `c5a5175474ef` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/legend/apis/legend-api/changes/v1/reports/post.md)

---

[API](https://skmtc.dev/legend/apis/legend-api.md) · [All operations](https://skmtc.dev/legend/apis/legend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/legend/legend-api/revisions/dbe693d00cb3/schema)
