Summaries
Regenerate summary
Regenerate a meeting summary with different formatting options, language, or detail level.
POST
Triggers a new AI-generated summary for an existing meeting. The previous summary is replaced once the new one is ready. Use this to change the format, language, or level of detail. This endpoint has an additional rate limit of 10 requests per minute. See rate limits.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 summary identifier (e.g.,
sum_1g2h3i4j5k6l).Request body
The output format for the summary:
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.
Generate the summary in a different language. ISO 639-1 code (e.g.,
es for Spanish, fr for French, ja for Japanese). Defaults to the original transcript language.Level of detail in the summary:
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.
Optional array of topic strings to emphasize in the summary (e.g.,
["budget", "timeline"]). The AI will give these topics extra attention and detail.Response
The summary identifier (same as the input).
The ID of the associated meeting.
Processing status:
processing immediately after the request, completed when done.The requested format.
The requested language.
The requested detail level.
Estimated time until the new summary is ready, in seconds.
Regeneration is asynchronous. Poll the Get summary endpoint to check when the new summary is ready, or subscribe to the
summary.ready webhook event for real-time notification.