Skip to main content
POST
Create Assistant

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
location_id
string
required

Location ID

name
string

Assistant name

description
string

Assistant description

ambient_noise
string

Ambient noise setting

prompt
string

Assistant prompt

temperature
integer

Temperature setting for the model

model
enum<string>

AI model to use

Available options:
gpt-4,
claude-3,
gpt-3.5-turbo
queue
integer

Queue setting

knowledge_id
string

Knowledge base ID

voice_id
string

Voice ID for the assistant

Response

201 - application/json

Assistant created successfully

status
integer
data
object