{ "opencollection": "1.0.0", "info": { "name": "Miro Developer Platform AI Interaction Logs doc formats API", "version": "v2.0" }, "items": [ { "info": { "name": "doc formats", "type": "folder" }, "items": [ { "info": { "name": "Create doc format item", "type": "http" }, "http": { "method": "POST", "url": "https://api.miro.com/v2/boards/:board_id/docs", "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 a doc format item to a board.

Required scope

boards:write

Rate limiting

Level 2
" }, { "info": { "name": "Get doc format item", "type": "http" }, "http": { "method": "GET", "url": "https://api.miro.com/v2/boards/:board_id/docs/: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." }, { "name": "textContentType", "value": "", "type": "query", "description": "Controls the contentType of the returned doc's content." } ] }, "docs": "Retrieves information for a specific doc format item on a board.

Required scope

boards:read

Rate limiting

Level 1
" }, { "info": { "name": "Delete doc format item", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.miro.com/v2/boards/:board_id/docs/: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 a doc format item from the board

Required scope

boards:write

Rate limiting

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