POST
/
api
/
aibot
/
data-source
/
text
curl --request POST \
  --url https://app.livechatai.com/api/aibot/data-source/text \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "Company Overview",
  "content": "Our company specializes in AI-powered chatbot solutions...",
  "chatbotId": "c****************1cx4"
}'

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

The body is of type object.

Response

200

Text data-source added successfully