For the complete documentation index, see llms.txt. This page is also available as Markdown.

Chatbot ai Feature Settings

Retrieves AI feature settings for a chatbot

get

Required Permission: chatbots.settings.aifeatures.get

Resource: chatbots/:chatbotId

Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot.

Responses
200

The current AI feature settings.

application/json
errorstringOptional

Optional error message.

get
/v1/chatbots/{chatbotId}/settings/ai

Updates AI feature settings for a chatbot

patch

Required Permission: chatbots.settings.aifeatures.edit

Resource: chatbots/:chatbotId

Authorizations
x-chatcaptain-keystringRequired
Path parameters
chatbotIdstringRequired

The ID of the chatbot.

Body
Responses
200

The current AI feature settings.

application/json
errorstringOptional

Optional error message.

patch
/v1/chatbots/{chatbotId}/settings/ai

Last updated