download_unsplash_media_batch
Batch download Unsplash photos from URLs to local paths in parallel, returning per-file success status and size.
Instructions
Download multiple photos from Unsplash URLs in parallel. Provide a list of (URL, destination path) pairs. Returns a result for each file with success status and size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | List of objects with 'url' and 'dest_path' for each file to download. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |