Chatbot
Create Chatbot
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The name of the chatbot
Example:
"Chatbot -1"
The ID of the brain associated with the chatbot
Example:
"1f1d7a6a-e45b-4974-a0ba-98935650cb9c"
An array of URLs associated with the chatbot
Response
200 - application/json
The API key for the chatbot
Example:
"83816958-931c-42c0-9a21-c6f61c7cdcdb"
The ID of the brain associated with the chatbot
Example:
"37d53982-bf08-4058-88d5-f91df0a7ab41"
The creation timestamp of the chatbot
Example:
"2024-02-18T19:00:11.989503+00:00"
The ID of the chatbot
Example:
"7a2e792d-cf48-49d2-a36d-186be034a9dc"
The name of the chatbot
Example:
"Chatbot -1"
An array of URLs associated with the chatbot
Example:
[
"https://byteleap.co",
"https://ayushgoyal.dev"
]
The ID of the user who owns the chatbot
Example:
"a7a690e6-2a83-4ec5-8eb2-73b0c1d0aa9c"