---
title: "Download Proofread SRT"
method: GET
path: "/v3/video-translations/proofreads/{proofread_id}/srt"
tags: ["Video Translate"]
---

# Download Proofread SRT

`GET /v3/video-translations/proofreads/{proofread_id}/srt`

Returns presigned download URLs for the edited and original SRT files of a completed proofread session.

## Path parameters

- `proofread_id` string, required

## Response `200`

Successful response

- object
  - `data` DownloadSRTResponse — Response for GET /v3/video-translations/proofreads/{id}/srt.
    - `srt_url` string, required — Presigned URL to download the edited SRT file
    - `original_srt_url` string, nullable — Presigned URL for the original SRT file (if provided at creation)

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `404` — Resource not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/heygen/apis/heygen-external-api.md) · [All operations](https://skmtc.net/heygen/apis/heygen-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heygen/heygen-external-api/revisions/e2e54726e210/schema)
