Move or copy files to given destination.
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Body Params application/json
{
"uris": [
"cloudreve://my/SIX%20-%20SIX.mp3",
"cloudreve://my/Background.mp3"
],
"dst": "cloudreve://my/alit"
}
Request Code Samples
curl --location --request POST '/file/move' \
--header 'Content-Type: application/json' \
--data-raw '{
"uris": [
"cloudreve://my/SIX%20-%20SIX.mp3",
"cloudreve://my/Background.mp3"
],
"dst": "cloudreve://my/alit"
}'
Responses
application/json Modified at 2025-08-12 07:13:02