Authorizations
In the form Bearer <api_key_here>
. You can find your api key in your dashboard.
Path Parameters
ID of the agent.
Body
Updates an agent
The name of the agent.
The ID of the default voice to use.
The default versioned prompt to use for this agent.
The ID of the extractor to use for this agent, if not specified, the default on the agent is used. Set to an empty string to disable the extractor.
The maximum duration of the call in seconds.
Details about the Agent's opening line. If unspecified, or null no opening line will be created.
A value, generally between -300 and 300, indicating the volume level to use for the voice. The default is -100.
The background audio that's used by the agent.
noise
, office
, silence
The function definitions that should be available to this agent (deprecated, use linkedFunctionDefinitionInputs instead)
The function definitions that should be available to this agent with optional lifecycle message overrides
Response
Successful operation
The language to use for the agent.
Configuration for idle messages that the agent can say when the user is silent.
The maximum duration of the call in seconds.
The default voice ID to use for the agent.
The default versioned prompt ID to use for the agent.
The default extractor ID to use for the agent.
The function definitions that should be available to this agent.