Skip to main content
POST
Create a new chatbot

Authorizations

Authorization
string
header
required

API key in Bearer token format

Body

application/json
chatbotName
string
required

Name of the chatbot (minimum 3 characters)

Minimum string length: 3
Example:

"Customer Support Bot"

sourceText
string

Raw text content to train the chatbot

Example:

"Welcome to our company..."

Response

Chatbot created successfully

chatbotId
string

Unique identifier for the created chatbot

Example:

"ckl123abc456"