curl -X POST https://api.mavioapp.com/v1/summaries/sum_1g2h3i4j5k6l/regenerate \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"format": "narrative",
"language": "es",
"detail_level": "detailed"
}'
{
"id": "sum_1g2h3i4j5k6l",
"meeting_id": "mtg_8f3k2j1m4n5p",
"status": "processing",
"format": "narrative",
"language": "es",
"detail_level": "detailed",
"estimated_seconds": 15
}
Regenerate a meeting summary with different formatting options, language, or detail level.
curl -X POST https://api.mavioapp.com/v1/summaries/sum_1g2h3i4j5k6l/regenerate \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"format": "narrative",
"language": "es",
"detail_level": "detailed"
}'
{
"id": "sum_1g2h3i4j5k6l",
"meeting_id": "mtg_8f3k2j1m4n5p",
"status": "processing",
"format": "narrative",
"language": "es",
"detail_level": "detailed",
"estimated_seconds": 15
}
sum_1g2h3i4j5k6l).structured — Organized sections (overview, agenda, decisions, action items, key points).narrative — A flowing paragraph-style summary.bullet_points — Concise bullet-point list of key takeaways.es for Spanish, fr for French, ja for Japanese). Defaults to the original transcript language.brief — 3-5 sentence overview with only the most critical items.standard — Balanced summary covering all major topics and decisions.detailed — Comprehensive summary with granular topic breakdowns and full context.["budget", "timeline"]). The AI will give these topics extra attention and detail.processing immediately after the request, completed when done.curl -X POST https://api.mavioapp.com/v1/summaries/sum_1g2h3i4j5k6l/regenerate \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"format": "narrative",
"language": "es",
"detail_level": "detailed"
}'
{
"id": "sum_1g2h3i4j5k6l",
"meeting_id": "mtg_8f3k2j1m4n5p",
"status": "processing",
"format": "narrative",
"language": "es",
"detail_level": "detailed",
"estimated_seconds": 15
}
summary.ready webhook event for real-time notification.focus_topics when you need the summary to emphasize specific areas. For example, after a board meeting you might pass ["financials", "hiring"] to get a summary that prioritizes those discussions.