POST
/
api
/
aibot
/
data-source
/
url
curl --request POST \
  --url https://app.livechatai.com/api/aibot/data-source/url \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://www.example.com/about-us",
  "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
URL data-source details

The body is of type object.

Response

200

URL data-source added successfully