Interface: IngestDocumentBatchRequest
@kortexya/reasoninglayer / Ingestion / IngestDocumentBatchRequest
Interface: IngestDocumentBatchRequest
Defined in: src/types/ingestion.ts:745
Request to ingest multiple documents.
Remarks
Tenant ID is provided via the X-Tenant-Id header.
Properties
documents
documents:
DocumentBatchItem[]
Defined in: src/types/ingestion.ts:747
List of documents to ingest.
ingestionConfig?
optionalingestionConfig:IngestionConfigDto|null
Defined in: src/types/ingestion.ts:749
Markdown ingestion configuration (passed through).
ocrConfig?
optionalocrConfig:OcrConfigDto|null
Defined in: src/types/ingestion.ts:751
OCR/parsing configuration (applies to all documents).
ownerId
ownerId:
string
Defined in: src/types/ingestion.ts:753
Owner ID (user who owns the ingested data, UUID).