create-image-item-using-file
Add an image to a Miro board by uploading a file or using base64 data, specifying the board ID, position coordinates, and optional title for precise placement and organization.
Instructions
Create a new image item on a Miro board using file from device or from chat
Input Schema
Name | Required | Description | Default |
---|---|---|---|
boardId | Yes | Unique identifier (ID) of the board where the image will be created | |
imageData | Yes | Base64 encoded image data from the chat | |
position | Yes | Position of the image on the board | |
title | No | Title of the image |