Instant Voice Cloning quickstart
This guide will show you how to create an Instant Voice Clone using the Clone Voice API. To create an Instant Voice Clone via the dashboard, refer to the Instant Voice Clone product guide.
For an outline of the differences between Instant Voice Clones and Professional Voice Clones, refer to the Voices capability guide.
Using the Instant Voice Clone API
Create an API key
Create an API key in the dashboard here, which you’ll use to securely access the API.
Store the key as a managed secret and pass it to the SDKs either as a environment variable via an .env file, or directly in your app’s configuration depending on your preference.
Install the SDK
We’ll also use the dotenv library to load our API key from an environment variable.
Next steps
Explore the API reference for more information on creating a voice clone.