The chat.smarterbot.ai Creation API provides functionality to create a new chatbot by sending a POST request to the /chat/Chatbot/Add endpoint. Endpoint Request URL: https://chat.smarterbot.ai/chat/Chatbot/Add Method: POST Request Headers The API request must include the following headers: Request Body The request body should contain the following parameters: Example Request JavaScript (Fetch API) Python (Requests Library) cURL HTTP Request Response The API response will be...
The chat.smarterbot.ai API enables the retrieval of knowledge base data for a specified chatbot by sending a POST request to the /chat/Chatbot/GetSource endpoint. Endpoint Request URL: https://chat.smarterbot.ai/chat/Chatbot/GetSource Method: POST Request Headers The API request must include the following headers: Request Body The request body should contain the following parameters: Example Request JavaScript (Fetch API) Python (Requests Library) cURL HTTP Request Response The API...
The chat.smarterbot.ai API enables you to edit the knowledge base data of a specified chatbot by sending a POST request to the /chat/Chatbot/Edit knowledge endpoint. Endpoint Request URL: https://chat.smarterbot.ai/chat/Chatbot/EditKnowledge Method: POST Request Headers The API request must include the following headers: Request Body The request body should contain the following parameters: Example Request JavaScript (Fetch API) Python (Requests Library) cURL HTTP Request Response...
The chat.smarterbot.ai API enables you to update the configuration of a specified chatbot by sending a POST request to the /chat/Chatbot/Edit endpoint. Endpoint Request URL: https://chat.smarterbot.ai/chat/Chatbot/Edit Method: POST Request Headers The API request must include the following headers: Request Body The request body should contain the following parameters: Example Request JavaScript (Fetch API) Python (Requests Library) cURL HTTP Request Response The API response...
The chat.smarterbot.ai API enables you to delete a specified chatbot by sending a POST request to the /chat/Chatbot/Remove endpoint. Endpoint Request URL: https://chat.smarterbot.ai/chat/Chatbot/Remove Method: POST Request Headers The API request must include the following headers: Request Body The request body should contain the following parameters: Example Request JavaScript (Fetch API) Python (Requests Library) cURL HTTP Request Response The API response will be a...