save_image_from_url
Download an HTTPS PNG, JPEG, or WebP image to a specified path. Blocks private hosts, limits redirects and size, and sends no cookies or credentials.
Instructions
Download an HTTPS PNG, JPEG, or WebP image to the machine. Blocks local and private hosts, limits redirects and size, and sends no cookies or credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS image URL. | |
| path | Yes | Destination image path. | |
| overwrite | No | Allow replacing an existing file; defaults to false. |