Skip to main content
PUT
Update Agent

Authorizations

x-simli-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Body

application/json
face_id
string<uuid>
name
string
first_message
string
prompt
string
voice_provider
enum<string>
Available options:
elevenlabs,
cartesia
voice_id
string<uuid>
voice_model
string
Example:

"sonic-english"

llm_model
string
Example:

"gpt-4o-mini"

llm_endpoint
string

The URL of the custom LLM to use

Example:

"https://api.example.com/v1/chat/completions"

language
string
emotion
string<uuid>
max_idle_time
integer
max_session_length
integer
llm_provider
enum<string>

The provider of the LLM used by the agent

Available options:
openai,
google,
user
created_at
string<date-time>

Timestamp when the agent was created

updated_at
string<date-time>

Timestamp when the agent was updated

Response

Agent updated successfully