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 lists the rest of the Exports category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.