cURL
curl --request POST \ --url https://api.bland.ai/v1/voices \ --header 'Content-Type: multipart/form-data' \ --header 'authorization: <authorization>' \ --form 'name=<string>' \ --form audio_samples.items='@example-file'
{ "voice_id": 12345, "name": "My Custom Voice" }
Clone a voice from audio samples.
Documentation IndexFetch the complete documentation index at: https://blandai-calvin-pronunciationguide-web.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://blandai-calvin-pronunciationguide-web.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.