Switch language

Sandbox

Explore every endpoint with simulated responses — no credentials required.

POST /file/url_upload_add

Remote URL Upload

Queue a file for upload from a remote URL (server-to-server fetch).

Remote URL to fetch

Reset form

Click "Send request" to see a simulated response.

Code Examples

curl -X POST "https://rediafile.com/cloud/api/v2/file/url_upload_add" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "url=https://example.com/large-file.zip"