Train Discovered URLs
Trains the knowledge base on the specified URLs. The system will crawl each URL, extract content, and index it for AI retrieval.
POST
Train Discovered URLs
Authorizations
Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
Headers
API Version
Available options:
2021-07-28 Path Parameters
The knowledge base ID to train URLs for
Example:
"kb_abc123def456"
Body
application/json
Array of URLs to train the knowledge base on
Example:
[
"https://www.example.com/about",
"https://www.example.com/faq"
]Last modified on March 7, 2026
Train Discovered URLs