curl -G https://api.mavioapp.com/v1/templates \
-H "Authorization: Bearer mvo_live_abc123" \
-d type=built_in
{
"data": [
{
"id": "tpl_default_exec",
"name": "Executive Summary",
"description": "High-level overview with key decisions, action items, and next steps. Ideal for leadership updates.",
"type": "built_in",
"section_count": 4,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
},
{
"id": "tpl_default_detailed",
"name": "Detailed Notes",
"description": "Comprehensive meeting notes organized by topic, with speaker attributions and timestamps.",
"type": "built_in",
"section_count": 6,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
},
{
"id": "tpl_default_standup",
"name": "Standup Recap",
"description": "Organized by participant with yesterday, today, and blockers sections.",
"type": "built_in",
"section_count": 3,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
}
],
"pagination": {
"total": 3,
"limit": 20,
"offset": 0,
"has_more": false
}
}
Retrieve a list of available summary templates, including built-in and custom templates.
curl -G https://api.mavioapp.com/v1/templates \
-H "Authorization: Bearer mvo_live_abc123" \
-d type=built_in
{
"data": [
{
"id": "tpl_default_exec",
"name": "Executive Summary",
"description": "High-level overview with key decisions, action items, and next steps. Ideal for leadership updates.",
"type": "built_in",
"section_count": 4,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
},
{
"id": "tpl_default_detailed",
"name": "Detailed Notes",
"description": "Comprehensive meeting notes organized by topic, with speaker attributions and timestamps.",
"type": "built_in",
"section_count": 6,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
},
{
"id": "tpl_default_standup",
"name": "Standup Recap",
"description": "Organized by participant with yesterday, today, and blockers sections.",
"type": "built_in",
"section_count": 3,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
}
],
"pagination": {
"total": 3,
"limit": 20,
"offset": 0,
"has_more": false
}
}
built_in (Mavio default templates) or custom (user-created templates).Show Template object
tpl_a1b2c3d4e5).built_in or custom.curl -G https://api.mavioapp.com/v1/templates \
-H "Authorization: Bearer mvo_live_abc123" \
-d type=built_in
{
"data": [
{
"id": "tpl_default_exec",
"name": "Executive Summary",
"description": "High-level overview with key decisions, action items, and next steps. Ideal for leadership updates.",
"type": "built_in",
"section_count": 4,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
},
{
"id": "tpl_default_detailed",
"name": "Detailed Notes",
"description": "Comprehensive meeting notes organized by topic, with speaker attributions and timestamps.",
"type": "built_in",
"section_count": 6,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
},
{
"id": "tpl_default_standup",
"name": "Standup Recap",
"description": "Organized by participant with yesterday, today, and blockers sections.",
"type": "built_in",
"section_count": 3,
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-01T00:00:00Z"
}
],
"pagination": {
"total": 3,
"limit": 20,
"offset": 0,
"has_more": false
}
}