API Reference
Batch Ingest Files
Batch ingest multiple files.
Args: files: List of files to ingest metadata: JSON string of metadata (either a single dict or list of dicts) rules: JSON string of rules list. Can be either:
- A single list of rules to apply to all files
- A list of rule lists, one per file use_colpali: Whether to use ColPali-style embedding parallel: Whether to process files in parallel auth: Authentication context
Returns: BatchIngestResponse containing:
- documents: List of successfully ingested documents
- errors: List of errors encountered during ingestion
POST
Headers
Body
multipart/form-data
Was this page helpful?