Give your agent contextual knowledge about your business, products, and FAQs. The agent automatically uses this knowledge during conversations to answer questions accurately.
What is the Knowledge Base?
The knowledge base feeds your agent with grounded facts — reducing hallucinations and keeping responses accurate. Vozzo supports two knowledge input types:
| Type | Method | Max Size |
|---|---|---|
| File upload | PDF, DOCX, TXT, CSV | 10 MB per file |
| Website URL | Public web pages | Crawled and indexed |
Upload a File
Use the multipart/form-data content type to upload files. You can also specify optional tags.
cURL
JavaScript
Add Website URLs
Vozzo scrapes and indexes public URLs. URLs are validated before indexing.
cURL
Validate URL
Validate a URL using Vozzo's scraping engine to ensure it is crawlable and contains useful content.
cURL
Retrieve Knowledge Base
Get the current state of your agent's knowledge base, including uploaded files and tracked URLs.
cURL
Delete Knowledge File
To delete a file, you must provide the file_key associated with it.
cURL
Best Practices
Keep Files Focused
One document per topic produces better retrieval accuracy than large manuals.
Use Canonical URLs
Link to pages that don't require authentication or Javascript to render.
Topics & Context
Add descriptive topics to give the agent high-level guidance.
Size Limits
The current limit is 10 MB per file. Split larger documents if necessary.

