Test Rediafile Cloud API v2 endpoints live. Responses are simulated — no real credentials required.
Direct multipart upload with optional folder targeting.
curl -X POST 'https://rediafile.com/cloud/api/v2/file/upload' \ \ -F 'access_token=demo_token_abc123' \ -F 'account_id=acc_demo_001' \ -F 'folder_id=0' \ -F 'upload_file=@report.pdf' \ -H 'Accept: application/json'