Skip to main content

Add documents

Documents enter a Knowledge Base via Data Hub — either by uploading files with POST /v1/files and attaching them to a KB, or by configuring a connector that syncs from an external source (S3, SharePoint).

Once attached, the platform runs the indexing pipeline: parse → chunk → embed → make searchable. See How chunking and embeddings work for what happens between attach and searchable.

The full endpoint contract is in the interactive OpenAPI.