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