Switch language

Sandbox

Explore every endpoint with simulated responses — no credentials required.

POST /folder/create

Create Folder

Create a new folder, optionally password-protected.

Name of the new folder

Parent folder ID (for nesting)

Password to protect the folder

Reset form

Click "Send request" to see a simulated response.

Code Examples

curl -X POST "https://rediafile.com/cloud/api/v2/folder/create" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "folder_name=My New Folder" \
  -d "parent_id=fld_root" \
  -d "password=secret"