---
title: "Create Report Abuse"
method: POST
path: "/report-abuse/"
tags: ["report_abuse"]
---

# Create Report Abuse

`POST /report-abuse/`

## Request body

- ReportAbuseCreate
  - `message_id` string, uuid, required — ID of the message being reported
  - `content` string, required — Report content or reason

## Response `200`

Successful Response

- ReportAbuse
  - `message_id` string, uuid, required — ID of the message being reported
  - `content` string, required — Report content or reason
  - `id` string, uuid
  - `user_id` string, uuid, required — ID of the user reporting abuse
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable, required

## Other responses

- `422` — Validation Error

---

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