---
title: "Report Character"
method: POST
path: "/character-reports"
tags: ["character-reports"]
---

# Report Character

`POST /character-reports`

Report a character for content violation.

## Request body

- ReportCharacterRequest
  - `character_id` string, uuid, required
  - `reason` string, required
  - `description` string, nullable

## Response `201`

Successful Response

- ReportActionResponse
  - `report_id` string, uuid, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
