Update an agent
Authorizations
Your AssemblyAI API key in the Authorization header. The raw key works directly; a Bearer prefix is also accepted.
Path Parameters
The agent's unique ID.
"7ad24396-b822-4dca-871a-be9cc4781cf9"
Body
Same shape as the create request, but every field is optional. Send only what changes.
Response
The updated agent record.
A stored voice agent.
"7ad24396-b822-4dca-871a-be9cc4781cf9"
"Support Assistant"
Audio input configuration. Defaults to PCM at 24 kHz if omitted.
Audio output configuration. Defaults to PCM at 24 kHz with the agent's voice.
Connected LLM, if any. The api_key is write-only and never returned.