ChatBot.com API
Number of APIs: 38
Introduction
ChatBot is a natural language understanding framework that allows you to create intelligent chatbots for any service. You can easily integrate your bots with favourite messaging apps and let them serve your customers continuously.

Basic API usage
All the requests referenced in the documentation start with https://api.chatbot.com.
-
Stories - Update story metadata PUT https://api.chatbot.com/v2/stories/:storyId
-
Stories - List all stories GET https://api.chatbot.com/v2/stories
-
Archives - Get single chat GET https://api.chatbot.com/v2/chats/:chatId
-
Entities - List all user entities GET https://api.chatbot.com/entities
-
Entities - Delete entity DELETE https://api.chatbot.com/entities/:entityId
-
Stories - List single story GET https://api.chatbot.com/v2/stories/:storyId
-
Stories - Create new story POST https://api.chatbot.com/v2/stories
-
Stories - Delete story DELETE https://api.chatbot.com/v2/stories/:storyId
-
Training - Train phrases PUT https://api.chatbot.com/v2/training/train
-
Training - Ignore phrases PUT https://api.chatbot.com/training/ignore