---
title: "Exports"
description: "Download transcripts as PDF, DOCX, TXT, CSV, SRT, VTT, JSON or HTML, with options to redact names, emails, locations, brands and dates."
---

> 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.

# Exports

Everything Speak AI produces can leave: transcripts as PDF, Word, TXT, CSV, SRT, VTT, JSON, or
HTML, [insight data](/help/exports/insights/) for your analysis tools, and
[word clouds](/help/exports/word-clouds/) for decks. Exports carry speaker labels and timestamps
when you want them, and can redact names, emails, locations, brands, and dates on the way out,
which is what makes them safe to circulate.

- **[Insight data](/help/exports/insights/)**
- **[Transcripts](/help/exports/transcripts/)**
- **[Word clouds](/help/exports/word-clouds/)**

## Export formats: download transcripts as PDF, Word, SRT, and more

## Available export formats

### Documents

- **PDF** - Formatted document, great for sharing and printing
- **DOCX (Word)** - Editable document for Microsoft Word or Google Docs
- **TXT** - Plain text, universal compatibility
- **HTML** - Web-ready format for embedding on websites

### Subtitles and captions

- **SRT** - SubRip subtitle format, widely supported by video players and YouTube
- **VTT (WebVTT)** - Web Video Text Tracks, used for HTML5 video captions

### Data formats

- **JSON** - Structured data for developers and integrations
- **CSV** - Spreadsheet-compatible for data analysis

### Video editing

- **Premiere Pro XML** - Import transcript as markers in Adobe Premiere Pro

## Export

1. Open your transcribed media file
1. Click the **Export** button (or use AI Chat: "Export this transcript as PDF")
1. Choose your format
1. Select options (speaker names, timestamps, etc.)
1. Download the file

## Export options

When exporting, you can customize:

- **Include speaker names:** Show who said what
- **Include timestamps:** Add time markers throughout
- **Include insights:** Embed keyword and sentiment visualizations

## PII redaction

For sensitive content, you can redact personally identifiable information before exporting:

- **People names** - Replace with \[PERSON\]
- **Locations** - Replace with \[LOCATION\]
- **Email addresses** - Replace with \[EMAIL\]
- **Brand/company names** - Replace with \[ORGANIZATION\]
- **Dates** - Replace with \[DATE\]

This is especially useful for research ethics compliance, legal discovery, and data privacy requirements.

## Bulk export

You can export multiple files at once:

1. Go to a folder and select the files you want to export
1. Click **Export** in the top bar
1. Choose your format
1. Files will be merged into a single document or downloaded as a batch

You can also export via AI Chat: "Export files from last week as PDF" or "Find all interviews and export as DOCX".

Some export formats are available as premium features. Check your plan details at [speakai.co/pricing](https://speakai.co/pricing/).

## Convert WebVTT to Plain Text

We created a tool for you to convert your Transcript in WebVTT format to Plain Text to analyze text data on Speak.

The format required to convert into Plain Text successfully is below:

```text
WEBVTT

1
00:01:14.510 --> 00:01:17.380
Zoom 2 Curion: Hello, This is a sample Zoom file response.

2
00:01:17.510 --> 00:01:19.759
Zoom 2 Curion: Please ensure you follow the Zoom export

3
00:01:20.010 --> 00:01:21.140
Zoom 2 Curion: WebVTT format to generate the only text output.
```

Please ensure the format follows the same otherwise, it will break the output.

The output will look like as below:

```text
Hello, This is a sample Zoom file response. Please ensure you follow the Zoom export WebVTT format to generate the only text output.
```

Need a compliance-ready export workflow? [Book a free consult](https://calendly.com/speak-ai/consult?utm_source=docs&utm_campaign=consult).

Source: https://docs.speakai.co/help/exports/index.mdx
