Skip to main content
Starter Kit home page
Search...
⌘K
Email us
Dashboard
Dashboard
Search...
Navigation
API Documentation
Introduction
Documentation
API Reference
API Documentation
Introduction
Bots endpoints
GET
Get Bots
POST
Create Bot
DEL
Delete Bot
PATCH
Update Bot
Docs group endpoints
GET
Get Doc groups
POST
Create Doc group
DEL
Delete Doc group
PATCH
Update Doc group
GET
Get Docs from Doc Group
POST
Create Doc
DEL
Delete Doc
PATCH
Update Doc
Tokens endpoints
GET
Get All Tokens
POST
Create API Token
DEL
Delete API token
Questions endpoints
GET
Get questions
POST
Create question
DEL
Delete question
PATCH
Update question
Chat endpoints
POST
Send Chat Message
GET
Get Chat History
Chat history endpoints
GET
Get Chat History
On this page
Authentication
API Documentation
Introduction
Example section for showcasing API endpoints
Authentication
All API endpoints are authenticated using token inside cookie with name token or Authorization header with api-token.
Copy
"security"
: [
{
"apiKeyAuth"
: []
}
],
Get Bots
⌘I