---
title: "Create Report"
method: POST
path: "/api/v1/report/"
tags: ["report", "web_app"]
---

# Create Report

`POST /api/v1/report/`

Submit report

## Request body

- ReportCreate
  - `target_id` string, required
  - `target_type` 'USER' | 'AGENT', required
  - `reason_ids` integer[], required
  - `image_urls` string[], nullable
  - `description` string, nullable
  - `request_id` string, nullable
  - `report_type` 'REPORT' | 'FEEDBACK'

## Response `200`

Successful Response

- APIResponse
  - `code` integer
  - `message` string
  - `data` unknown

## Other responses

- `422` — Validation Error

## Changes

- **2025-11-25** `05cf5f034c74` — 2 info
  - api tag `web_app` added
  - added the new optional request property `report_type`
- **2025-09-29** `bd9470194fe1` — 1 info
  - added the new optional request property `request_id`

[Change history](https://skmtc.dev/nascentcore/apis/inty-backend/changes/api/v1/report/post.md)

---

[API](https://skmtc.dev/nascentcore/apis/inty-backend.md) · [All operations](https://skmtc.dev/nascentcore/apis/inty-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nascentcore/inty-backend/revisions/05cf5f034c74/schema)
