Skip to content

Interface: IngestDocumentBatchRequest

@kortexya/reasoninglayer


@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?

optional ingestionConfig: IngestionConfigDto | null

Defined in: src/types/ingestion.ts:749

Markdown ingestion configuration (passed through).


ocrConfig?

optional ocrConfig: 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).