Document Ingestion
Why it matters: Make external documents searchable and usable by agents.
Parse, chunk, embed, and index documents (PDF, text, markdown, HTML, JSON).
API endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/documents | Ingest a document |
POST | /v1/documents/:id/reindex | Reindex a document |