---
title: "Download a purchased transcript"
method: GET
path: "/v2/transcripts/{transcript_id}/download"
tags: ["Transcripts"]
---

# Download a purchased transcript

`GET /v2/transcripts/{transcript_id}/download`

Streams a watermarked TXT or PDF built from the canonical text. The response is file bytes, never a presigned URL to the unmarked original.

## Path parameters

- `transcript_id` string, uuid, required

## Query parameters

- `fmt` string — File format: txt or pdf

## Response `200`

Successful Response

## Other responses

- `404` — Not Found
- `422` — Validation Error

## Changes

- **2026-08-14** `fd615712e250` — 1 breaking
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/carbonarc/apis/carbon-arc-api-documentation/changes/v2/transcripts/:transcript_id/download/get.md)

---

[API](https://skmtc.dev/carbonarc/apis/carbon-arc-api-documentation.md) · [All operations](https://skmtc.dev/carbonarc/apis/carbon-arc-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-api-documentation/revisions/fd615712e250/schema)
