Use the Speak AI MCP server tool export_multiple_media to export multiple media
files at once, optionally merged into a single file.
What does it do?
Export multiple media files at once, optionally merged into a single file.
Parameters
export_multiple_media takes 9 parameters, 2 of them required.
| Name | Type | Required | Description |
|---|---|---|---|
mediaIds |
array of string | Yes | Array of media IDs to export |
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 |
isMerged |
boolean | No | Merge all exports into a single file |
folderId |
string | No | Folder ID for the merged export |
Behaviour
The Speak AI MCP server publishes these behaviour hints for export_multiple_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.