Triggers ingestion workflow for a vault object to extract text, generate chunks, and create embeddings. For supported file types (PDF, DOCX, TXT, RTF, XML, audio, video), processing happens asynchronously. For unsupported types (images, archives, etc.), the file is marked as completed immediately without text extraction. GraphRAG indexing must be triggered separately via POST /vault/:id/graphrag/:objectId.
API key starting with sk_case_
Ingestion workflow started successfully
ID of the vault object being processed
Workflow run ID for tracking progress. Null for file types that skip processing.
Current ingestion status. 'stored' for file types without text extraction (no chunks/vectors created).
processing, stored Human-readable status message
Always false - GraphRAG must be triggered separately via POST /vault/:id/graphrag/:objectId