Knowledge base
Add link
Add new link data sources to the knowledge base.
POST
/
chatbots
/
{chatbotId}
/
knowledge-base
/
data-sources
/
links
Request parameters
Path
The chatbot ID.
Body
Array of webpage links to add to the knowledge base.
Exclude sections of webpages based on their HTML class names.
Exclude sections of webpages based on their HTML IDs.
Exclude the header section of webpages.
Exclude the footer section of webpages.
Response
The status of the request. Will be success
if the request was successful, otherwise error
.