Report an abuse
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
Live Test Server (live data - latest nightly version)
https://peertube2.cpy.re/api/v1
POST
/abuses
Abuses
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://peertube2.cpy.re/api/v1/abuses' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": {
"id": 0
},
"comment": {
"id": {}
},
"predefinedReasons": [
"violentOrAbusive"
],
"reason": "string",
"video": {
"endAt": 0,
"id": {},
"startAt": 0
}
}'
Response Response Example
200 - Example 1
{
"abuse": {
"id": 42
}
}
Request
Body Params application/json
Responses
Modified at 2022-09-10 22:29:49