POST
/
chatbot
/
create

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
name
string
required

The name of the chatbot

brain_id
string
required

The ID of the brain associated with the chatbot

urls
string[]
required

Response

200 - application/json
api_key
string | null

The API key for the chatbot

brain_id
string

The ID of the brain associated with the chatbot

created_at
string

The creation timestamp of the chatbot

id
string

The ID of the chatbot

name
string

The name of the chatbot

urls
string[] | null

An array of URLs associated with the chatbot

user_id
string

The ID of the user who owns the chatbot