Diagrams
Generate diagram
Generate an AI-powered diagram from meeting content such as a flowchart, sequence diagram, mind map, or infographic.
POST
Generates a visual diagram from the meeting’s transcript and summary using AI. The diagram is created asynchronously — the response returns immediately with aDocumentation Index
Fetch the complete documentation index at: https://docs.mavioapp.com/llms.txt
Use this file to discover all available pages before exploring further.
processing status. Use the list diagrams endpoint or subscribe to the diagram.completed webhook event to check when generation finishes.
The unique meeting identifier (e.g.,
mtg_8f3k2j1m4n5p). The meeting must have a completed transcript.The type of diagram to generate. One of
flowchart (process and decision flows), sequence (interaction sequence diagrams), mindmap (hierarchical topic maps), or infographic (visual data summary with key metrics).Optional visual style hint. One of
minimal, detailed, or colorful. Defaults to detailed.Optional array of topic strings to focus the diagram on specific subjects discussed in the meeting. When provided, the AI narrows the diagram to content related to these topics. Maximum 5 topics.
Response
Unique diagram identifier (e.g.,
dgm_k1l2m3n4o5).The meeting this diagram is being generated from.
Diagram type:
flowchart, sequence, mindmap, or infographic.Auto-generated title. May be
null while still processing.Generation status:
processing. Will change to completed or failed once finished.null while processing. Populated with the rendered image URL once completed.null while processing. Populated with Mermaid or SVG markup once completed.ISO 8601 timestamp when diagram generation was requested.