curl -X POST "https://api.bland.ai/v1/voices/clone" \ -H "Authorization: Bearer your_jwt_token_here" \ -F "name=Professional Voice" \ -F "audio_samples=@voice_sample1.wav" \ -F "audio_samples=@voice_sample2.wav" \ -F "gender=female" \
{ "status": 200, "data": { "voice_id": "4cc89edf-c4b7-4df8-98c5-f8548fcd7c62", "name": "Blandie" }, "errors": null }
Create a custom voice clone using Bland’s BTTS (Beige Text-to-Speech)
multipart/form-data
"male"
"female"
Show Success Response Data
voice_id
name
Was this page helpful?