Voices
Update Voice
API Reference
Endpoints
- Actions
- Agents
- Call Now
- Calls
- Campaigns
- Chat
- Chat Widget
- Knowledge Base
- Dispositions
- Lead Lists
- Leads
- Mentions
- Phone Numbers
- Reports
- Roles
- Scripts
- Voices
- Webhooks
Voices
Update Voice
PUT
/
v1
/
voices
/
{voice_id}
curl --request PUT \
--url https://api.eqho.ai/v1/voices/{voice_id} \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"account_ids": [
"123",
"456"
],
"min_tier": 0
}'
{
"elevenlabs": {
"accent": "american",
"age": "young",
"description": "calm",
"gender": "female",
"use_case": "narration"
},
"id": "65b2be7d81b92590b77ae0b7",
"min_tier": 0,
"name": "Rachel",
"preview_url": "https://eqho.ai",
"type": "elevenlabs",
"voice_id": "21m00Tcm4TlvDq8ikWAM"
}
Authorizations
Path Parameters
Body
application/json
Response
200
application/json
Successful Response
Container for a single voice record.
Was this page helpful?
curl --request PUT \
--url https://api.eqho.ai/v1/voices/{voice_id} \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '{
"account_ids": [
"123",
"456"
],
"min_tier": 0
}'
{
"elevenlabs": {
"accent": "american",
"age": "young",
"description": "calm",
"gender": "female",
"use_case": "narration"
},
"id": "65b2be7d81b92590b77ae0b7",
"min_tier": 0,
"name": "Rachel",
"preview_url": "https://eqho.ai",
"type": "elevenlabs",
"voice_id": "21m00Tcm4TlvDq8ikWAM"
}