Ingest
Ingest text notes and/or files into the farm's knowledge base.
Two paths:
- text + optional title → ingest as a text note directly (no extraction needed)
- files → extract text, dedup, index into OpenAI vector store
For files that need human review (image/audio/PDF), the frontend calls /extract first, lets the user edit the text, then re-submits via /ingest with text + source_type.
post/api/knowledge/ingest
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.