Skip to content

Interface: IngestMarkdownBatchRequest

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Ingestion / IngestMarkdownBatchRequest

Interface: IngestMarkdownBatchRequest

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

Request to ingest multiple markdown documents.

Remarks

Tenant ID is provided via the X-Tenant-Id header.

Properties

config?

optional config: IngestionConfigDto | null

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

Optional configuration overrides.


documents

documents: MarkdownDocumentDto[]

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

List of documents to ingest.


ownerId

ownerId: string

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

Owner ID (user who owns the ingested data, UUID).