Switch language

Sandbox

Explore every endpoint with simulated responses — no credentials required.

POST /folder/move

Move Folder

Move a folder to a different parent folder.

Folder ID to move

Destination parent folder ID

Reset form

Click "Send request" to see a simulated response.

Code Examples

curl -X POST "https://rediafile.com/cloud/api/v2/folder/move" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "folder_id=fld_123" \
  -d "parent_id=fld_456"