{
"opencollection": "1.0.0",
"info": {
"name": "Miro Developer Platform AI Interaction Logs documents API",
"version": "v2.0"
},
"items": [
{
"info": {
"name": "documents",
"type": "folder"
},
"items": [
{
"info": {
"name": "Create document item using file from device",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.miro.com/v2/boards/:board_id_PlatformFileUpload/documents",
"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": [
{
"name": "data",
"type": "text",
"value": ""
},
{
"name": "resource",
"type": "text",
"value": ""
}
]
}
},
"docs": "Adds a document item to a board by selecting file from device.