AI Chat
Create conversation
Create a new AI conversation, optionally scoped to a specific meeting.
POST
Creates a new AI conversation session. You can scope the conversation to a specific meeting so the AI only references that meeting’s transcript and summary, or create an unscoped conversation that can search across all your meetings.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.
Optional meeting ID to scope the conversation to a specific meeting. When provided, the AI assistant will only reference content from this meeting. When omitted, the AI can search across all your meetings.
Optional title for the conversation. If not provided, Mavio auto-generates a title based on the first message. Maximum 200 characters.
Response
Unique conversation identifier (e.g.,
cnv_a1b2c3d4e5).The meeting this conversation is scoped to, or
null for unscoped conversations.Conversation title. May be
null until the first message is sent and a title is auto-generated.Number of messages in the conversation (starts at 0).
ISO 8601 timestamp when the conversation was created.
ISO 8601 timestamp when the conversation was last active.