Skip to main content
PUT
Update Assistant By Id

Authorizations

api_key
string
query
required

Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.

Path Parameters

assistant_id
string<uuid>
required

The UUID id of the assistant

Body

application/json
assistant_type
enum<string> | null
Available options:
simple,
chat,
phone,
nl2sql,
realtime_openai
llm_model
enum<string> | null
Available options:
gpt-4-0125-preview,
gpt-3.5-turbo-0125,
gpt-3.5-turbo-1106,
gpt-3.5-turbo,
gpt-4-1106-preview,
gpt-4o-2024-05-13,
gpt-4o-mini,
llama-3.1-70b-versatile,
gpt-4o-realtime-preview,
gpt-4o-mini-realtime-preview,
deepseek-r1-distill-llama-70b,
o3-mini
name
string | null
description
string | null
attributes
Attributes · object | null
system_prompt
string | null
voice
boolean | null
custom_voice
boolean | null
voice_languages
any[] | null
org_id
string<uuid> | null
show_images
boolean | null
hide_ds
boolean | null
webhook_id
string<uuid> | null
has_human_agent
boolean | null
use_tools
boolean | null
conversation_flow_id
string<uuid> | null

Response

Successful Response

message
string | null
default:Data updated successfully
meta
Meta · object | null
data
IAssistantRead · object | null