---
title: "Report a call"
method: POST
path: "/v1/calls/report"
tags: ["Calls"]
---

# Report a call

`POST /v1/calls/report`

## Request body

- CreateCallReportRequestDto
  - `callId` string, required — ID of the call being reported
  - `reasonId` 'poor_voice_quality' | 'uninteresting_or_irrelevant' | 'slow_response' | 'technical_issue' | 'boring_lacked_emotions' | 'other', required — Reason for reporting the call
  - `additionalDetails` string — Additional details about the report (optional)

## Response `200`

Call reported successfully

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

---

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