Skip to main content
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:
  1. Clone or prepare a voice
  2. Use the voice for text-to-speech
  3. 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 public modelId such as myvocal_v3.
  • Default model path: do not send modelId.
  • Explicit model path: send a public modelId, for example myvocal_v3.
Publicly documented model IDs in this phase:
myvocal_v3
english_v2
spanish_es
portuguese_pt
multilingual_v2
spanish_la
portuguese_la
English(US) currently uses the default model path. A public explicit modelId for English(US) is not published in this phase.

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.