Skip to main content
POST
Add url 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

URL data-source details

url
string
required

URL of the data-source to be added

Example:

"https://www.example.com/about-us"

chatbotId
string
required

Unique identifier of the chatbot

Example:

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

Response

URL data-source added successfully