Interface: IngestDocumentRequest
@kortexya/reasoninglayer / Ingestion / IngestDocumentRequest
Interface: IngestDocumentRequest
Defined in: src/types/ingestion.ts:737
Request to ingest a single document.
Remarks
Tenant ID is provided via the X-Tenant-Id header.
Properties
document
document:
DocumentSource
Defined in: src/types/ingestion.ts:739
Document source (base64 or URL).
documentType?
optionaldocumentType:DocumentType|null
Defined in: src/types/ingestion.ts:741
Document type hint (auto-detected if not provided).
ingestionConfig?
optionalingestionConfig:IngestionConfigDto|null
Defined in: src/types/ingestion.ts:743
Markdown ingestion configuration (passed through to markdown pipeline).
ocrConfig?
optionalocrConfig:OcrConfigDto|null
Defined in: src/types/ingestion.ts:745
OCR/parsing configuration.
ownerId
ownerId:
string
Defined in: src/types/ingestion.ts:747
Owner ID (user who owns the ingested data, UUID).