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

# API Updates

> Latest updates and improvements to the VoiceDub API

Stay up to date with the latest VoiceDub API updates, new features, and improvements.

<Update label="August 2025" description="v1.0.0">
  ## VoiceDub API Launch 🚀

  We're excited to announce the public launch of the VoiceDub API! Transform any audio with our library of voices, or train your own custom voice models.

  ### Key Features

  * **Voice Dubbing API** - Transform audio using any voice and custom models
  * **Custom Voice Training** - Train your own voice models from audio samples
  * **10,000+ Public Voices** - Access to characters and style-specific voices
  * **Credit-Based Billing** - Pay only for what you use (10 credits per minute)
  * **Auto Top-Up** - Automatic credit management for uninterrupted service
  * **Comprehensive Documentation** - Complete guides, examples, and API reference

  ### API Endpoints

  #### Voice Management

  * `GET /v1/voices` - Browse public voices with filtering
  * `GET /v1/me/voices/{voiceId}` - Get voice by ID
  * `POST /v1/me/voices` - Create new voice for training
  * `POST /v1/me/voices/{voiceId}/clone` - Start voice training/cloning

  #### Voice Dubbing

  * `GET /v1/me/dubs/{dubId}` - Get dub by ID
  * `POST /v1/me/dubs` - Create new voice dub
  * `POST /v1/me/dubs/{dubId}/preprocess` - Preprocess dub
  * `POST /v1/me/dubs/{dubId}/generate` - Generate final dub

  #### Account Management

  * `GET /v1/me` - Get account details and credit balance

  ### Getting Started

  1. [Sign up for an account](https://voicedub.ai)
  2. Get your API key from the [API Keys Dashboard](https://voicedub.ai/developer/keys)
  3. Purchase credits and follow our [Quick Start Guide](/quickstart)
  4. Start creating amazing voice transformations!

  ### Developer Resources

  * [Authentication Guide](/authentication) - Secure API key setup
  * [Voice Dubbing Guide](/guides/dubs) - Complete dubbing workflow
  * [Voice Training Guide](/guides/voices) - Custom model creation
  * [Billing Guide](/guides/billing) - Credit management and pricing
  * [Error Handling Guide](/guides/error-handling) - Robust error management

  Ready to get started? Check out our [Quick Start Guide](/quickstart) to create your first voice dub in under 5 minutes!
</Update>
