---
title: "Report a model"
method: POST
path: "/v1/models/report"
tags: ["Models"]
---

# Report a model

`POST /v1/models/report`

## Request body

- CreateModelReportRequestDto
  - `modelId` string, required — ID of the model being reported
  - `reasonId` 'inappropriate_content' | 'spam' | 'harassment' | 'other', required — Reason for reporting the model
  - `additionalDetails` string — Additional details about the report (optional)

## Response `201`

Model reported successfully

- CreateModelReportResponseDto
  - `success` boolean, required — Whether the report was created successfully
  - `message` string, required — Response message
  - `reportId` number — ID of the created report

## Other responses

- `422` — Validation failed or already reported
- `500` — Internal server error

---

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