Skip to main content
POST
Add text data-source to chatbot

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Text data-source details

title
string
required

Title of the text data-source

Example:

"Company Overview"

content
string
required

Content of the text data-source

Example:

"Our company specializes in AI-powered chatbot solutions..."

chatbotId
string
required

Unique identifier of the chatbot

Example:

"c****************1cx4"

Response

Text data-source added successfully