download_from_url
Fetch files from HTTP/HTTPS URLs and save them to the workspace. Supports optional headers for authenticated URLs.
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. |