{ "opencollection": "1.0.0", "info": { "name": "Miro Developer Platform AI Interaction Logs Image items API", "version": "v2.0" }, "items": [ { "info": { "name": "Image items", "type": "folder" }, "items": [ { "info": { "name": "Create image item using URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.miro.com/v2/boards/:board_id/images", "params": [ { "name": "board_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the board where you want to create the item." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds an image item to a board by specifying an image URL.

Required scope

boards:write

Rate limiting

Level 2
" }, { "info": { "name": "Get image item", "type": "http" }, "http": { "method": "GET", "url": "https://api.miro.com/v2/boards/:board_id/images/:item_id", "params": [ { "name": "board_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the board from which you want to retrieve a specific item." }, { "name": "item_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the item that you want to retrieve." } ] }, "docs": "Retrieves information for a specific image item on a board.

Required scope

boards:read

Rate limiting

Level 1
" }, { "info": { "name": "Update image item using URL", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.miro.com/v2/boards/:board_id/images/:item_id", "params": [ { "name": "board_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the board where you want to update the item." }, { "name": "item_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the item that you want to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an image item on a board.

Required scope

boards:write

Rate limiting

Level 2
" }, { "info": { "name": "Delete image item", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.miro.com/v2/boards/:board_id/images/:item_id", "params": [ { "name": "board_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the board from which you want to delete the item." }, { "name": "item_id", "value": "", "type": "path", "description": "Unique identifier (ID) of the item that you want to delete." } ] }, "docs": "Deletes an image item from the board.

Required scope

boards:write

Rate limiting

Level 3
" } ] } ], "bundled": true }