curl -X POST https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p/diagrams \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"type": "mindmap",
"style": "colorful",
"focus_topics": ["launch timeline", "payment integration"]
}'
{
"id": "dgm_k1l2m3n4o5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"type": "mindmap",
"title": null,
"status": "processing",
"image_url": null,
"source_markup": null,
"created_at": "2026-04-14T09:20:00Z"
}
Generate an AI-powered diagram from meeting content such as a flowchart, sequence diagram, mind map, or infographic.
curl -X POST https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p/diagrams \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"type": "mindmap",
"style": "colorful",
"focus_topics": ["launch timeline", "payment integration"]
}'
{
"id": "dgm_k1l2m3n4o5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"type": "mindmap",
"title": null,
"status": "processing",
"image_url": null,
"source_markup": null,
"created_at": "2026-04-14T09:20:00Z"
}
processing status. Use the list diagrams endpoint or subscribe to the diagram.completed webhook event to check when generation finishes.
mtg_8f3k2j1m4n5p). The meeting must have a completed transcript.flowchart (process and decision flows), sequence (interaction sequence diagrams), mindmap (hierarchical topic maps), or infographic (visual data summary with key metrics).minimal, detailed, or colorful. Defaults to detailed.dgm_k1l2m3n4o5).flowchart, sequence, mindmap, or infographic.null while still processing.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.curl -X POST https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p/diagrams \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"type": "mindmap",
"style": "colorful",
"focus_topics": ["launch timeline", "payment integration"]
}'
{
"id": "dgm_k1l2m3n4o5",
"meeting_id": "mtg_8f3k2j1m4n5p",
"type": "mindmap",
"title": null,
"status": "processing",
"image_url": null,
"source_markup": null,
"created_at": "2026-04-14T09:20:00Z"
}