dub.studioDOCS

AI Dubbing developer docs

Build audio dubbing workflows with the typed AI Dubbing SDK.

The AI Dubbing API turns a source audio file into a dubbed MP3. Use the SDK to create direct uploads, start jobs, poll their progress, and retrieve a short-lived download URL when a job completes.

API workflow

POST /v1/uploads -> PUT audio to object storage -> POST /v1/jobs -> poll job -> get output URL

The upload URL and the output URL are presigned and expire. Your API key is never sent to object storage.

Before you begin

Create an organization-owned API key in the dashboard. Send it as x-api-key from trusted server-side code. Never expose an API key in shipped client-side JavaScript.

On this page