> ## Documentation Index
> Fetch the complete documentation index at: https://docs.deepdub.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> AI-assisted dubbing as a managed service, with delivery handled for you

The Managed Dub API submits a video for AI-assisted dubbing, tracks the job through
transcription, translation, and synthesis, and delivers the result to a location you
choose. You can request a dubbed video, text deliverables such as subtitles and
transcripts, or both.

## Base URL

```
https://dubbing.deepdub.app
```

Authenticate with the `x-api-key` header, the same as the rest of the Deepdub API.
Unlike the TTS APIs, Managed Dub is served from a single region — there is no EU host.

## Where to go next

Start with **Submit Dubbing Job** in the API Reference to create a job and track it
to delivery. The guides below cover the two flows customers ask about most.

<CardGroup cols={2}>
  <Card title="Subtitle-only flow" icon="closed-captioning" href="/managed-dub/subtitle-only-flow">
    Produce subtitles and transcripts without a dubbed video.
  </Card>

  <Card title="Content Credentials" icon="shield-check" href="/managed-dub/content-credentials">
    How AI involvement is disclosed in delivered media, and how to verify it.
  </Card>
</CardGroup>
