API Reference
Ingest Text
Ingest a text document.
Args:
request: IngestTextRequest containing:
- content: Text content to ingest
- filename: Optional filename to help determine content type
- metadata: Optional metadata dictionary
- rules: Optional list of rules. 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
Body
application/json
Request model for ingesting text content
Response
200
application/json
Successful Response
Represents a document stored in MongoDB documents collection
Information about a file stored in storage