Ingestion
Ingest Text
Ingest a text document.
Args: request: IngestTextRequest payload containing: • content – raw text to ingest. • filename – optional filename to help detect MIME-type. • metadata – optional JSON metadata dict. • folder_name – optional folder scope. • end_user_id – optional end-user scope. auth: Decoded JWT context (injected).
Returns: Document metadata row representing the newly-ingested text.
post/ingest/text
Headers
authorizationstring
Request body
Response
Successful Response