---
title: "Get Dubbed Transcript"
method: GET
path: "/v1/dubbing/{dubbing_id}/transcript/{language_code}"
tags: ["dubbing", "dubbing", "dubbing"]
deprecated: true
---

# Get Dubbed Transcript

`GET /v1/dubbing/{dubbing_id}/transcript/{language_code}`

> **Deprecated.**

Returns transcript for the dub as an SRT or WEBVTT file.

## Path parameters

- `dubbing_id` string, required — ID of the dubbing project.
- `language_code` string, required — ISO-693 language code to retrieve the transcript for. Use 'source' to fetch the transcript of the original media.

## Query parameters

- `format_type` 'srt' | 'webvtt' | 'json' — Format to return transcript in. For subtitles use either 'srt' or 'webvtt', and for a full transcript use 'json'. The 'json' format is not yet supported for Dubbing Studio.

## Headers

- `xi-api-key` string, nullable — Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

## Response `200`

Successful Response

- union
  - DubbingTranscriptResponseModel
    - `language` string, required
    - `utterances` DubbingTranscriptUtterance[], required
      - `text` string
      - `speaker_id` string
      - `start_s` number
      - `end_s` number
      - `words` DubbingTranscriptWord[]
        - `text` string
        - `word_type` string
        - `start_s` number
        - `end_s` number
        - `characters` DubbingTranscriptCharacter[]
          - `text` string
          - `start_s` number
          - `end_s` number
  - string

## Other responses

- `403` — Anonymous users cannot use this function
- `404` — Dubbing or transcript not found
- `422` — Validation Error
- `425` — Dubbing not ready

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/versions/e77a0a530a82/schema)
