Sandbox
Explore every endpoint with simulated responses — no credentials required.
POST
/file/copy
Copy File
Create a copy of a file in a specified folder.
Click "Send request" to see a simulated response.
Code Examples
curl -X POST "https://rediafile.com/cloud/api/v2/file/copy" \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "file_id=file_84729" \
-d "folder_id=fld_456"