download_from_url
Downloads files from public or authenticated URLs directly to the workspace. Supports optional HTTP headers for secure access.
Instructions
Downloads a file directly from a public or authenticated HTTP/HTTPS URL and saves it to the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The direct HTTP/HTTPS URL of the file to download. | |
| fileName | Yes | The name to save the downloaded file as (e.g., report.pdf). | |
| headers | No | OPTIONAL: JSON object of HTTP headers for authenticated/secure URLs. |