download_image
Download stock images from Pexels, Unsplash, and Pixabay to a local folder by providing the image URL and optional filename and destination.
Instructions
Download a stock image to local folder
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the image to download | |
| filename | No | Output filename (auto-generated if omitted) | |
| folder | No | Destination folder (default: ./downloads) | ./downloads |