Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.voicelibrary.co/llms.txt

Use this file to discover all available pages before exploring further.

Add Voice

POST https://api.myvocal.ai/sound_clone/api/v1/voice/tts/add Upload voice files and create a new TTS voice.
curl --location 'https://api.myvocal.ai/sound_clone/api/v1/voice/tts/add' \
--header 'accessKey: <your_api_key>' \
--form 'name="example-voice"' \
--form 'file=@"sample.mp3"'