GPT-trainer API home page
Search...
Support
Search...
Navigation
Chatbots
Create Chatbot
Documentation
API References
Tools
Whitelabel
API Usage Guides
Getting a GPT-trainer API Key
Create Chatbot
Chat with Chatbot
Uploading Data Sources
Chatbots
Chatbot Properties
POST
Create Chatbot
POST
Update Chatbot
GET
Fetch a Chatbot
GET
Fetch All Chatbots
DEL
Delete Chatbot
Agents
Agent Properties
POST
Create Agent
POST
Update Agent
GET
Fetch All Agents
DEL
Delete Agent
Chatbot Sessions
Session Properties
POST
Create Session
GET
Fetch a Session
GET
Fetch All Sessions
POST
Delete Session
Session Messages
Message Properties
POST
Create Message
GET
Fetch All Messages
GET
Fetch Session History
POST
Delete Message
POST
Delete Multiple Messages
Data Sources
Source properties
POST
Upload a File
POST
Create QA Source
POST
Create URL Source
POST
Update Source
GET
Fetch List of Sources
POST
Retrain Sources
POST
Delete Source
POST
Delete Multiple Sources
Data Source Tags
POST
Create Source Tag
GET
Fetch All Source Tags
POST
Update Source Tag
DEL
Delete Source Tag
Chatbots
Create Chatbot
Create a chatbot that belongs to the authenticated user
POST
/
api
/
v1
/
chatbot
/
create
Try it
Body
name
string
required
visibility
string
rate_limit
[number, number]
rate_limit_message
string
show_citations
boolean
Response
created_at
string
meta
object
The meta of chatbot
Show Chatbot meta
rate_limit
[number, number]
rate_limit_message
string
show_citation
boolean
visibility
string
modified_at
string
name
string
uuid
string
Chatbot Properties
Update Chatbot