Export Multiple Media Files
export_multiple_mediaExport multiple media files simultaneously in formats like PDF, DOCX, and MP4. Optionally merge into a single file with speaker details, timestamps, and PII redaction.
Instructions
Export multiple media files at once, optionally merged into a single file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileType | Yes | Desired export format | |
| folderId | No | Folder ID for the merged export | |
| isMerged | No | Merge all exports into a single file | |
| mediaIds | Yes | Array of media IDs to export | |
| isRedacted | No | Apply PII redaction to export | |
| isTimeStamps | No | Include timestamps in export | |
| isSpeakerEmail | No | Include speaker emails in export | |
| isSpeakerNames | No | Include speaker names in export | |
| isInsightVisualized | No | Include insight visualizations |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Response payload from the Speak AI API |