files_download
Retrieve a temporary download URL for a file by its ID. Use this URL to download the file content securely without additional authentication.
Instructions
Get download URL for a file.
Returns a temporary download URL that can be used to download the file content.
Workflow tips:
Returns a URL that expires after a certain time
Use the URL to download the actual file content
The URL includes authentication, so no additional headers needed
Best used immediately after retrieval
Common use cases:
Get download link: { "id": 123 }
Download file for processing or backup
Share temporary access to a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the file to download |