Add Sources to Knowledge Base
Knowledge Base
Add Sources to Knowledge Base
Add URLs or text snippets to existing knowledge base
POST
Add Sources to Knowledge Base
Authentication
Your Teli API key
Path Parameters
Knowledge base ID
Request Body
Array of URLs to add. Each URL will be scraped and indexed.
Array of text snippets. Each has
title (string) and text (string).At least one of
urls or texts is required.Request Examples
Response
Processing
After adding sources, the knowledge base status will change toin_progress while the new content is:
- Scraped (URLs)
- Chunked
- Embedded
- Indexed
Related Endpoints
- Create Knowledge Base - Create new KB
- Get Knowledge Base - Check status
- Delete Source - Remove individual source

