---
title: "add report"
method: POST
path: "/answer/api/v1/report"
tags: ["Report"]
---

# add report

`POST /answer/api/v1/report`

add report <br> source (question, answer, comment, user)

## Request body

- SchemaAddReportReq
  - `captcha_code` string
  - `captcha_id` string — captcha_id
  - `content` string — report content
  - `object_id` string, required — object id
  - `report_type` integer, required — report type

## Response `200`

OK

- HandlerRespBody
  - `code` integer — http code
  - `data` unknown
  - `msg` string — response message
  - `reason` string — reason key

---

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