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