---
title: "Dub A Video Or An Audio File"
method: POST
path: "/v1/dubbing"
tags: ["dubbing", "dubbing", "dubbing"]
---

# Dub A Video Or An Audio File

`POST /v1/dubbing`

Dubs a provided audio or video file into given 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`

Successful Response

- DoDubbingResponseModel
  - `dubbing_id` string, required — The ID of the dubbing project.
  - `expected_duration_sec` number, required — The expected duration of the dubbing project in seconds.

## 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/revisions/e77a0a530a82/schema)
