Notes
Create note
Create a new note attached to a specific meeting.
POST
Creates a new note on a meeting. Notes support Markdown formatting and can be used to capture key decisions, follow-ups, or any additional context about the meeting.Documentation Index
Fetch the complete documentation index at: https://docs.mavioapp.com/llms.txt
Use this file to discover all available pages before exploring further.
The unique meeting identifier (e.g.,
mtg_8f3k2j1m4n5p).The note content in Markdown format. Maximum 50,000 characters.
Optional title for the note. Maximum 200 characters. If omitted, the note is untitled.
Response
Unique note identifier (e.g.,
nte_p6q7r8s9t0).The meeting this note is attached to.
The note title, or
null if not provided.The note content in Markdown format.
The authenticated user who created the note.
ISO 8601 timestamp when the note was created.
ISO 8601 timestamp when the note was last modified.