---
title: "Download transcript"
description: "Create a one-hour download URL for a transcript export."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.iamtypist.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Download transcript

Create a temporary export URL for a transcript.

## Input

| Field    | Type                | Default  | Description   |
| -------- | ------------------- | -------- | ------------- |
| `id`     | UUID                | required | Transcript ID |
| `format` | `txt`, `srt`, `vtt` | `txt`    | Export format |

## Output

| Field         | Type                | Description                       |
| ------------- | ------------------- | --------------------------------- |
| `downloadUrl` | URL                 | Temporary transcript download URL |
| `format`      | `txt`, `srt`, `vtt` | Export format                     |
| `expiresAt`   | ISO 8601 datetime   | URL expiration time               |

The download URL is valid for one hour.

Source: https://docs.iamtypist.dev/mcp/tools/download-transcript/index.mdx
