MyVocal is built around voice cloning. Once you have a voice, you can use it for text-to-speech or AI song covers.
What you can build with MyVocal
- Clone a custom voice with the Voice API.
- Generate speech with that voice using the Text-to-Speech API.
- Create AI song covers with the same voice using the AI Cover API.
Core workflow
Most MyVocal integrations follow a simple flow:- Clone or prepare a voice
- Use the voice for text-to-speech
- Use the same voice for AI song covers
How TTS models work
If you are calling the Text-to-Speech API, you can either use the default model path or explicitly choose a publicmodelId such as myvocal_v3.
- Default model path: do not send
modelId. - Explicit model path: send a public
modelId, for examplemyvocal_v3.
Next steps
Quickstart
Make your first MyVocal API call in a few steps.
Authentication
Use your accessKey to authenticate API requests.
TTS Models & Migration
Learn when to use the default TTS path and when to use
myvocal_v3.