Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Path Parameters

chatbotId
string
required

Id of the chatbot

Body

application/json

Request body with source type and configuration

Add URLs from a list

sourceType
enum<string>
required
Available options:
URLS_LIST
config
object
required
scrapeOptions
ScrapeOptions · object

Options for web scraping

syncFrequency
enum<string>
default:NEVER

Frequency for automatic content re-sync (requires feature flag)

Available options:
NEVER,
DAILY,
WEEKLY,
MONTHLY

Response

OK - Content added successfully

success
boolean
message
string
data
object