API Reference
Ingest File
Ingest a file document.
Args:
file: File to ingest
metadata: JSON string of metadata
rules: JSON string of rules list. Each rule should be either:
- MetadataExtractionRule: {"type": "metadata_extraction", "schema": {...}}
- NaturalLanguageRule: {"type": "natural_language", "prompt": "..."}
auth: Authentication context
Returns:
Document: Metadata of ingested document
POST
Headers
Query Parameters
Response
200
application/json
Successful Response
Represents a document stored in MongoDB documents collection
Information about a file stored in storage