---
title: "Get Dubbed File"
method: GET
path: "/v1/dubbing/{dubbing_id}/audio/{language_code}"
tags: ["dubbing", "dubbing", "dubbing"]
---

# Get Dubbed File

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

Returns dub as a streamed MP3 or MP4 file. If this dub has been edited using Dubbing Studio you need to use the resource render endpoint as this endpoint only returns the original automatic dub result.

## Path parameters

- `dubbing_id` string, required — ID of the dubbing project.
- `language_code` string, required — ID of the language.

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

The dubbed audio or video file

## Other responses

- `403` — Permission denied
- `404` — Dubbing 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/57d56f34628a/schema)
