Switch language

Sandbox

Explore every endpoint with simulated responses — no credentials required.

GET /file/download

Download File

Get a signed temporary download URL for a file via its short URL.

Short URL code of the file

Reset form

Click "Send request" to see a simulated response.

Code Examples

import requests

resp = requests.get(
    'https://rediafile.com/cloud/api/v2/file/download?short_url=2Vv',
    headers={'Authorization': f'Bearer {token}'},
)
print(resp.json())