Interface: IngestDocumentBatchRequest
@kortexya/reasoninglayer / Ingestion / IngestDocumentBatchRequest
Interface: IngestDocumentBatchRequest
Defined in: src/types/ingestion.ts:756
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:758
List of documents to ingest.
ingestionConfig?
optionalingestionConfig:IngestionConfigDto|null
Defined in: src/types/ingestion.ts:760
Markdown ingestion configuration (passed through).
ocrConfig?
optionalocrConfig:OcrConfigDto|null
Defined in: src/types/ingestion.ts:762
OCR/parsing configuration (applies to all documents).
ownerId
ownerId:
string
Defined in: src/types/ingestion.ts:764
Owner ID (user who owns the ingested data, UUID).