POST
request to the /api/v1/create-chatbot
endpoint.
Authorization: Bearer <Your-Secret-Key>
- The secret key for authenticating the API request.Content-Type: application/json
- The content type of the request payload.chatbotName
(string, required): The name of the chatbot to be created.sourceText
(string, optional): The text data for the chatbot. This field is subject to the character limit based on your planchatbotId
field in the response contains the unique identifier assigned to the created chatbot.