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

---

[API](https://skmtc.net/legend/apis/legend-api.md) · [All operations](https://skmtc.net/legend/apis/legend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legend/legend-api/versions/34b8f4885f8a/schema)
