download_asset
Download a b-roll asset to a local file. Accepts download_url from search results; saves images, stock video, tweet/article cards, YouTube thumbnails, or the moving clip (via page_url).
Instructions
Download a single asset URL (from search_broll's download_url) to a local file so it can be inspected and used on a timeline. Every asset type returns something downloadable: images, stock video, tweet/article cards, and YouTube thumbnail stills. For YouTube, page_url is the link to the actual moving clip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | Yes | Absolute directory to save into. Created if missing. | |
| url | Yes | The asset's download_url. | |
| filename | No | Optional filename. Defaults to a name derived from the URL. |