---
title: "Report an abuse"
method: POST
path: "/api/v1/abuses"
tags: ["Abuses"]
---

# Report an abuse

`POST /api/v1/abuses`

## Request body

- object
  - `account` object
    - `id` integer — Account id to report
  - `comment` object
    - `id` integer
  - `predefinedReasons` string[] — Reason categories that help triage reports
  - `reason` string, required — Reason why the user reports this video
  - `video` object
    - `endAt` integer — Timestamp in the video that marks the ending of the report
    - `id` integer
    - `startAt` integer — Timestamp in the video that marks the beginning of the report

## Response `200`

successful operation

- object
  - `abuse` object
    - `id` integer

## Other responses

- `400` — incorrect request parameters

---

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