curl -X POST https://api.mavioapp.com/v1/ai/conversations \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Questions about product sync"
}'
{
"id": "cnv_a1b2c3d4e5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Questions about product sync",
"message_count": 0,
"created_at": "2026-04-14T09:00:00Z",
"updated_at": "2026-04-14T09:00:00Z"
}
Create a new AI conversation, optionally scoped to a specific meeting.
curl -X POST https://api.mavioapp.com/v1/ai/conversations \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Questions about product sync"
}'
{
"id": "cnv_a1b2c3d4e5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Questions about product sync",
"message_count": 0,
"created_at": "2026-04-14T09:00:00Z",
"updated_at": "2026-04-14T09:00:00Z"
}
cnv_a1b2c3d4e5).null for unscoped conversations.null until the first message is sent and a title is auto-generated.curl -X POST https://api.mavioapp.com/v1/ai/conversations \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Questions about product sync"
}'
{
"id": "cnv_a1b2c3d4e5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"title": "Questions about product sync",
"message_count": 0,
"created_at": "2026-04-14T09:00:00Z",
"updated_at": "2026-04-14T09:00:00Z"
}