DoloresDocs
API referenceKnowledge

Knowledge

Manage the voice agent's knowledge base programmatically.

Knowledge entries are the facts your voice agent retrieves and answers from, scoped per project. This surface lets an external system (CMS, help desk, internal wiki) keep the knowledge base in sync item-by-item instead of re-uploading documents through the trainer UI.

Each entry is a category / topic / content triple. Retrieval embeddings are computed server-side on create and update — an entry is live for the agent as soon as the API call returns. Creates run the same de-duplication pipeline as the trainer UI and return 409 knowledge_duplicate (with the existing entry attached) instead of inserting a near-copy.