v1
latestOpenAPI 3.0.32026-07-13201451.3 KBChatbots
Create a new chatbot
Creates a new chatbot with training data from text
post/create-chatbot
Request body
Example request
{
"chatbotName": "Customer Support Bot",
"sourceText": "Welcome to our company..."
}Response
Chatbot created successfully
Example response
{
"chatbotId": "ckl123abc456"
}