v1

latestOpenAPI 3.0.0AGPLv3.02026-07-14186117194.3 KB
Abuses

Report an abuse

post/api/v1/abuses

Request body

predefinedReasonsstring[]

Reason categories that help triage reports

reasonstring required

Reason why the user reports this video

Example request

{
  "comment": {
    "id": 42
  },
  "video": {
    "id": 42
  }
}

Response

successful operation

Example response

{
  "abuse": {
    "id": 42
  }
}