Voices
Publish Cloned Voice
Calls
Intelligence
Conversational Pathways
- GETGet All Pathways Information
- GETGet Single Pathway Information
- POSTCreate Pathway
- POSTUpdate Pathway
- DELDelete Pathway
- Pathway Chat
- Pathway Versions
- Pathway Folders
Vector Knowledge Bases
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
Batches
SMS
Account
Organizations
- POSTCreate Organization
- DELDelete Organization
- GETGet Organization
- GETGet Organization Members
- GETGet Organization's Current Service Version
- GETList Organization's Service Versions
- PATCHUpdate Organization's Service Version
- PATCHUpdate Organization Members
- PATCHUpdate Organization Member Permissions
- PATCHUpdate Organization Properties
- GETGet User Organization Memberships
- DELLeave Organization
- GETGet Organization Billing Information
- GETGet Organization Billing Refill Information
Voices
Publish Cloned Voice
Make your cloned voice public to use.
POST
/
v1
/
voices
/
{id}
/
publish
curl --request POST \
--url https://api.bland.ai/v1/voices/{id}/publish \
--header 'authorization: <authorization>'
{
"status": "success",
"message": "Voice published successfully",
"voice": {
"id": "fad27b44-667b-4ad7-a9e3-aba1ca69446b",
"name": "Public - My Example",
"tags": ["Exciting", "happy"],
"ratings": 5,
"description": "Exciting and upbeat voice."
}
}
Headers
Your API key for authentication.
Path Parameters
The ID of the voice to generate the audio sample for, or it’s name (like “maya”).
Response
The status of the request
Information regarding the status of your request.
Object containing data of the voice.
Id of the voice.
Name of the voice
Tags for the voice.
{
"status": "success",
"message": "Voice published successfully",
"voice": {
"id": "fad27b44-667b-4ad7-a9e3-aba1ca69446b",
"name": "Public - My Example",
"tags": ["Exciting", "happy"],
"ratings": 5,
"description": "Exciting and upbeat voice."
}
}
curl --request POST \
--url https://api.bland.ai/v1/voices/{id}/publish \
--header 'authorization: <authorization>'
{
"status": "success",
"message": "Voice published successfully",
"voice": {
"id": "fad27b44-667b-4ad7-a9e3-aba1ca69446b",
"name": "Public - My Example",
"tags": ["Exciting", "happy"],
"ratings": 5,
"description": "Exciting and upbeat voice."
}
}