Report abuse on share links or users.
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Body Params application/json
{
"file_uri": "cloudreve://EBuq:745@share",
"share_id": "EBuq",
"category": 0,
"description": ""
}
Request Code Samples
curl --location --request POST '/site/abuse' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_uri": "cloudreve://EBuq:745@share",
"share_id": "EBuq",
"category": 0,
"description": ""
}'
Responses
application/json Modified at 2025-08-12 07:28:47