curl -X POST https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p/notes \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"title": "Follow-up Items",
"content": "## Action Required\n\n- Schedule design review for next Tuesday\n- Share updated wireframes with engineering team\n- Confirm vendor pricing by Friday"
}'
{
"id": "nte_p6q7r8s9t0",
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Follow-up Items",
"content": "## Action Required\n\n- Schedule design review for next Tuesday\n- Share updated wireframes with engineering team\n- Confirm vendor pricing by Friday",
"author": {
"id": "usr_f6g7h8",
"name": "Sarah Chen"
},
"created_at": "2026-04-14T09:45:00Z",
"updated_at": "2026-04-14T09:45:00Z"
}
Create a new note attached to a specific meeting.
curl -X POST https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p/notes \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"title": "Follow-up Items",
"content": "## Action Required\n\n- Schedule design review for next Tuesday\n- Share updated wireframes with engineering team\n- Confirm vendor pricing by Friday"
}'
{
"id": "nte_p6q7r8s9t0",
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Follow-up Items",
"content": "## Action Required\n\n- Schedule design review for next Tuesday\n- Share updated wireframes with engineering team\n- Confirm vendor pricing by Friday",
"author": {
"id": "usr_f6g7h8",
"name": "Sarah Chen"
},
"created_at": "2026-04-14T09:45:00Z",
"updated_at": "2026-04-14T09:45:00Z"
}
mtg_8f3k2j1m4n5p).nte_p6q7r8s9t0).null if not provided.curl -X POST https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p/notes \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"title": "Follow-up Items",
"content": "## Action Required\n\n- Schedule design review for next Tuesday\n- Share updated wireframes with engineering team\n- Confirm vendor pricing by Friday"
}'
{
"id": "nte_p6q7r8s9t0",
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Follow-up Items",
"content": "## Action Required\n\n- Schedule design review for next Tuesday\n- Share updated wireframes with engineering team\n- Confirm vendor pricing by Friday",
"author": {
"id": "usr_f6g7h8",
"name": "Sarah Chen"
},
"created_at": "2026-04-14T09:45:00Z",
"updated_at": "2026-04-14T09:45:00Z"
}