curl -X POST https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p/transcript/export \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"format": "docx",
"include_speakers": true,
"include_timestamps": true
}'
{
"id": "exp_r4s5t6u7v8",
"meeting_id": "mtg_8f3k2j1m4n5p",
"format": "docx",
"status": "completed",
"download_url": "https://storage.mavioapp.com/exports/exp_r4s5t6u7v8.docx?token=dl_sig_a1b2c3d4e5&expires=1713178200",
"file_size_bytes": 48256,
"expires_at": "2026-04-14T10:30:00Z",
"created_at": "2026-04-14T09:30:00Z"
}
Export a meeting transcript in various formats including TXT, SRT, VTT, JSON, and DOCX.
curl -X POST https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p/transcript/export \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"format": "docx",
"include_speakers": true,
"include_timestamps": true
}'
{
"id": "exp_r4s5t6u7v8",
"meeting_id": "mtg_8f3k2j1m4n5p",
"format": "docx",
"status": "completed",
"download_url": "https://storage.mavioapp.com/exports/exp_r4s5t6u7v8.docx?token=dl_sig_a1b2c3d4e5&expires=1713178200",
"file_size_bytes": 48256,
"expires_at": "2026-04-14T10:30:00Z",
"created_at": "2026-04-14T09:30:00Z"
}
mtg_8f3k2j1m4n5p).txt (plain text), srt (SubRip subtitles), vtt (WebVTT subtitles), json (structured JSON with full metadata), or docx (Microsoft Word document).txt, srt, vtt, and docx formats.srt and vtt formats, timestamps are always included regardless of this setting.name (display name), initials (first letter of each name), or generic (Speaker 1, Speaker 2, etc.).exp_r4s5t6u7v8).txt, srt, vtt, json, or docx.processing or completed. Exports typically complete within a few seconds.curl -X POST https://api.mavioapp.com/v1/meetings/mtg_8f3k2j1m4n5p/transcript/export \
-H "Authorization: Bearer mvo_live_abc123" \
-H "Content-Type: application/json" \
-d '{
"format": "docx",
"include_speakers": true,
"include_timestamps": true
}'
{
"id": "exp_r4s5t6u7v8",
"meeting_id": "mtg_8f3k2j1m4n5p",
"format": "docx",
"status": "completed",
"download_url": "https://storage.mavioapp.com/exports/exp_r4s5t6u7v8.docx?token=dl_sig_a1b2c3d4e5&expires=1713178200",
"file_size_bytes": 48256,
"expires_at": "2026-04-14T10:30:00Z",
"created_at": "2026-04-14T09:30:00Z"
}