Some AI models allow you to use your own or cloned voices. One of the most popular models that supports this is the ElevenLabs model.

Steps to use your own voices

To use your own voice in your videos you will need an ElevenLabs account and an active subscription. With that, follow these steps:

Create an API Key

Connect your ElevenLabs API Key as JSON2Video connection

Create or clone a new voice

ElevenLabs Voice Lab

Get your voice ID

Use your voice in your videos

You can now use your voice in your videos by specifing your voice ID in the voice property.

Example:

{
    "resolution": "full-hd",
    "scenes": [
        {
            "elements": [
                {
                    "type": "voice",
                    "model": "elevenlabs",
                    "connection": "my-elevenlabs-api-key",
                    "text": "That's one small step for a man, one giant leap for mankind.",
                    "voice": "42xgKaeATtWRPTmYPyGQ"
                }
            ]
        }
    ]
}

Published on January 16th, 2025

Author
Joaquim Cardona
Joaquim Cardona Senior Internet business executive with more than 20 years of broad experience in Internet business, media sector, digital marketing, online video and mobile technologies.