Headers
Your API key for authentication.
Must be
application/json
for web scraping knowledge bases.Body Parameters
Must be
"web"
for web scraping knowledge bases.Name for the knowledge base.
Optional description of the knowledge base content.
Array of URLs to scrape (maximum 100 URLs).
Response
The created knowledge base object.
Unique identifier for the knowledge base.
Name of the knowledge base.
Description of the knowledge base (if provided).
Current status:
"PROCESSING"
, "COMPLETED"
, "FAILED"
, or "DELETED"
.Will be
"WEB_SCRAPE"
for web scraping knowledge bases.Source URLs that were scraped (comma-separated).
Base URL derived from the provided URLs.
ISO timestamp of creation.
ISO timestamp of last update.
Error message if status is
"FAILED"
.Will be
null
on successful creation.