---
title: "Get Dubbing Transcript"
method: GET
path: "/v1/dubbing/project/{project_id}/transcript"
tags: ["Dubbing"]
---

# Get Dubbing Transcript

`GET /v1/dubbing/project/{project_id}/transcript`

The project's source transcript, as editable segments.

## Path parameters

- `project_id` string, required — Identifier of the dubbing project.

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

- DubbingSourceTranscriptResponse
  - `language` string, nullable — BCP-47 language tag of the source transcript (null if unknown).
  - `segments` DubbingTranscriptSegment[], required — The source segments, in playback order.
    - `id` string, required — Stable identifier of the segment.
    - `text` string, required — The transcribed text of the segment.
    - `speaker_id` string, required — Identifier of the segment's speaker.
    - `start_s` number, required — Start time of the segment, in seconds.
    - `end_s` number, required — End time of the segment, in seconds.
    - `external_id` string, nullable — The caller-supplied external id for this segment, if one was provided.
  - `revision` integer, required — The project's source-transcript revision at read time.

## Other responses

- `422` — Validation Error

---

[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/57d56f34628a/schema)
