Test Rediafile Cloud API v2 endpoints live. Responses are simulated — no real credentials required.
Ingest a file from a remote URL without using local bandwidth.
curl -X POST 'https://rediafile.com/cloud/api/v2/file/url_upload_add' \ \ -d 'access_token=demo_token_abc123' \ -d 'account_id=acc_demo_001' \ -d 'url=https://example.com/bigfile.zip' \ -H 'Accept: application/json'