curl --request POST \
--url https://api.bland.ai/v1/voices/clone \
--header 'Content-Type: multipart/form-data' \
--header 'authorization: <authorization>' \
--form 'name=<string>' \
--form 'audio_samples=[
null
]'
{
"voice_id": 12345,
"name": "My Custom Voice"
}
Clone a voice from audio samples.
curl --request POST \
--url https://api.bland.ai/v1/voices/clone \
--header 'Content-Type: multipart/form-data' \
--header 'authorization: <authorization>' \
--form 'name=<string>' \
--form 'audio_samples=[
null
]'
{
"voice_id": 12345,
"name": "My Custom Voice"
}
{
"voice_id": 12345,
"name": "My Custom Voice"
}
Was this page helpful?