Create Chatbot
POST
/api/chatbots
Create a new chatbot for the organization
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
TypeAPI Key (header: X-Api-Key)
Request Body
application/json
JSON
{
"data": {
"type": "chatbots",
"attributes": {
"name": "string",
"description": "string",
"enabledPlugins": [
"string"
],
"settings": {
"additionalProperties": "string"
},
"widgetConfig": {
"additionalProperties": "string"
},
"allowedDomains": [
"string"
]
}
}
}
Responses
Created chatbot
application/vnd.api+json
JSON
[
]