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
Blocked Numbers
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
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
SMS
Voices
Rename a Voice
Update the name of an existing cloned voice.
PATCH
/
v1
/
voices
/
{id}
/
rename
Copy
Ask AI
curl --request PATCH \
--url https://api.bland.ai/v1/voices/{id}/rename \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"name": "<string>"
}'
Copy
Ask AI
{
"voice_id": 12345,
"name": "Updated Voice Name"
}
Headers
Your API key for authentication.
Path Parameters
The id
of the voice to update.
Body
The new name for your cloned voice.
Response
The unique identifier of the renamed voice.
The updated name of the voice.
Copy
Ask AI
{
"voice_id": 12345,
"name": "Updated Voice Name"
}
Copy
Ask AI
curl --request PATCH \
--url https://api.bland.ai/v1/voices/{id}/rename \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"name": "<string>"
}'
Copy
Ask AI
{
"voice_id": 12345,
"name": "Updated Voice Name"
}
Assistant
Responses are generated using AI and may contain mistakes.