---
title: "Export Media Transcript"
description: "Export a media file's transcript or insights in various formats (pdf, docx, srt, vtt, txt, csv)."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Export Media Transcript

Use the Speak AI MCP server tool `export_media` to export a media file's transcript
or insights in various formats (pdf, docx, srt, vtt, txt, csv).

## What does it do?

Export a media file's transcript or insights in various formats (pdf, docx, srt,
vtt, txt, csv).

## Parameters

`export_media` takes 8 parameters, 2 of them required.

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `mediaId` | string | Yes | Unique identifier of the media file |
| `fileType` | enum | Yes | Desired export format |
| `isSpeakerNames` | boolean | No | Include speaker names in export |
| `isSpeakerEmail` | boolean | No | Include speaker emails in export |
| `isTimeStamps` | boolean | No | Include timestamps in export |
| `isInsightVisualized` | boolean | No | Include insight visualizations |
| `isRedacted` | boolean | No | Apply PII redaction to export |
| `redactedCategories` | array of string | No | Specific categories to redact |

## Behaviour

The Speak AI MCP server publishes these behaviour hints for `export_media`.

- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call can have an extra effect.
- Stays inside Speak AI. Does not reach other systems.

## Related

- [Exports](/mcp/tools/exports/) lists the rest of the Exports category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/exports/export_media/index.mdx
