📄️ Create a chatbot
The Creation API provides functionality to create a new chatbot by sending a POST request to the /chat/Chatbot/Add endpoint.
📄️ Get Chatbot Knowledge Base
The API enables the retrieval of knowledge base data for a specified chatbot by sending a POST request to the /chat/Chatbot/GetSource endpoint.
📄️ Edit Chatbot Knowledge Base
The API enables you to edit the knowledge base data of a specified chatbot by sending a POST request to the /chat/Chatbot/EditKnowledge endpoint.
📄️ Edit Chatbot Settings
The API enables you to update the configuration of a specified chatbot by sending a POST request to the /chat/Chatbot/Edit endpoint.
📄️ Delete Chatbot
The API enables you to delete a specified chatbot by sending a POST request to the /chat/Chatbot/Remove endpoint.