v1
latestOpenAPI 3.0.32026-07-24106305257.4 KBIntegrations
Update ElevenLabs agent
Update an ElevenLabs-backed agent. Only agents created via the ElevenLabs integration endpoint can be updated here.
patch/v2/agents/integrations/elevenlabs/{id}
Path parameters
idstring required
Agent Id
Request body
Example request
{
"presenter": {
"presenter_id": "public_mia_elegant@avt_TJ0Tq5",
"background": {
"color": "#47ffff",
"source_url": "https://path.to.image/"
},
"voice": {
"voice_id": "en-US-JennyNeural",
"voice_config": {
"rate": "0.5",
"pitch": "+2st"
},
"language": "English (United States)"
}
}
}Response
OK
Example response
{
"presenter": {
"voice": {
"voice_id": "en-US-JennyNeural",
"voice_config": {
"rate": "0.5",
"pitch": "+2st"
},
"language": "English (United States)"
}
},
"llm": {
"prompt_customization": {
"role": "Salesperson",
"topics_to_avoid": [
"Politics",
"Religion"
],
"max_response_length": 75
}
},
"triggers": {
"chat/end": {
"webhooks": [
{
"url": "https://example.com"
}
]
}
},
"pronunciation_dictionary": {
"id": "dict_V1StGXR8_Z5jdHi6B-myT"
}
}