Interface: IngestMarkdownBatchRequest
@kortexya/reasoninglayer / Ingestion / IngestMarkdownBatchRequest
Interface: IngestMarkdownBatchRequest
Defined in: src/types/ingestion.ts:777
Request to ingest multiple markdown documents.
Remarks
Tenant ID is provided via the X-Tenant-Id header.
Properties
config?
optionalconfig:IngestionConfigDto|null
Defined in: src/types/ingestion.ts:779
Optional configuration overrides.
documents
documents:
MarkdownDocumentDto[]
Defined in: src/types/ingestion.ts:781
List of documents to ingest.
ownerId
ownerId:
string
Defined in: src/types/ingestion.ts:783
Owner ID (user who owns the ingested data, UUID).