assistants

Create Assistant

Create a new assistant.

post/api/assistants/

Request body

model'gpt-4o'
instructionsstring nullable
knowledge_base_idstring uuid nullable required
namestring required

The name of the assistant

descriptionstring required

The description of the assistant

url_slugstring nullable

Optional URL suffix - unique identifier for the assistant's endpoint

suggested_questionsstring[]

A list of suggested questions that can be asked to the assistant

Response

Successful Response

namestring required

The name of the assistant

descriptionstring required

The description of the assistant

url_slugstring nullable

Optional URL suffix - unique identifier for the assistant's endpoint

suggested_questionsstring[]

A list of suggested questions that can be asked to the assistant

idstring uuid required
created_atstring date-time required
updated_atstring date-time required
deleted_atstring date-time nullable required

Changes