download_image
Download any image URL to a local file path. Automatically creates parent directories, making it easy to save images from museum and archive APIs.
Instructions
Download any image URL to a local file path. Parent directories are created automatically. Works with images returned from any of the above sources.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| savePath | Yes | Absolute local path, e.g. 'C:/path/to/project/public/brand/asset.jpg' |