docs_insert_image
Insert an inline image into a Google Doc using a public URL, with optional position and size controls.
Instructions
Insert an inline image into a Google Doc from a URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Character index to insert at (default: 1) | |
| width | No | Image width in points (72 points = 1 inch) | |
| height | No | Image height in points | |
| imageUrl | Yes | Public URL of the image to insert | |
| documentId | Yes | The Google Doc document ID |