---
title: "Export Multiple Media Files"
description: "Export multiple media files at once, optionally merged into a single file."
---

> 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 Multiple Media Files

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](/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_multiple_media/index.mdx
