Qodex.ai
Qodex.ai
Introduction
ChatBot.com API
Authorization
Example request
Archives
Get list of chatsGet single chat
Entities
List all user entitiesList single user entityAdd new entityUpdate entityDelete entity
Reports
Conversations reportPaid conversations reportConversations messages reportAverage conversations reportBusiest period reportInteractions popularity report
Stories
List all storiesList single storyCreate new storyUpdate story metadataDelete story
Training
List phrasesTrain phrasesTrain with custom textIgnore phrasesDelete phrases
Users
List all usersList single userCreate userUpdate userAdd user to segmentUpdate user segmentsDelete user from segmentBan or unban userExport users
User Segments
List all segmentsCreate segmentAdd users to segmentUpdate segmentRemove segment
Introduction
ChatBot.com API
Authorization
Example request
Archives
Get list of chatsGet single chat
Entities
List all user entitiesList single user entityAdd new entityUpdate entityDelete entity
Reports
Conversations reportPaid conversations reportConversations messages reportAverage conversations reportBusiest period reportInteractions popularity report
Stories
List all storiesList single storyCreate new storyUpdate story metadataDelete story
Training
List phrasesTrain phrasesTrain with custom textIgnore phrasesDelete phrases
Users
List all usersList single userCreate userUpdate userAdd user to segmentUpdate user segmentsDelete user from segmentBan or unban userExport users
User Segments
List all segmentsCreate segmentAdd users to segmentUpdate segmentRemove segment
HomeChatBot.com API

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.

  1. Stories - Update story metadata PUT https://api.chatbot.com/v2/stories/:storyId

  2. Stories - List all stories GET https://api.chatbot.com/v2/stories

  3. Archives - Get single chat GET https://api.chatbot.com/v2/chats/:chatId

  4. Entities - List all user entities GET https://api.chatbot.com/entities

  5. Entities - Delete entity DELETE https://api.chatbot.com/entities/:entityId

  6. Stories - List single story GET https://api.chatbot.com/v2/stories/:storyId

  7. Stories - Create new story POST https://api.chatbot.com/v2/stories

  8. Stories - Delete story DELETE https://api.chatbot.com/v2/stories/:storyId

  9. Training - Train phrases PUT https://api.chatbot.com/v2/training/train

  10. Training - Ignore phrases PUT https://api.chatbot.com/training/ignore

Previous
Introduction
Next
Authorization