insert_image_from_url
Add images from web URLs directly into Google Docs by specifying document ID, image URL, and insertion position.
Instructions
Insert an inline image from a publicly accessible URL.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The ID of the Google Document | |
| image_url | Yes | Publicly accessible URL to the image | |
| index | Yes | The index (1-based) where the image should be inserted | |
| width | No | ||
| height | No |