Ingest Content Asynchronously

Initiate asynchronous ingestion of content from multiple sources

Request

JSON request body containing ingestion parameters and callback configuration for asynchronous processing notifications
ingest_bodyobjectRequired
Document ingestion parameters including artifact, collection, input data, and optional metadata
callbackobject or nullOptional
Optional callback configuration for receiving asynchronous task notifications
nodeslist of objects or nullOptional

Parsed nodes produced by parse_task, consumed by store_vectors_task.

Response

Successfully initiated ingestion task
task_idstring
Unique identifier for the asynchronous task, used to track progress and retrieve results

Errors

401
Unauthorized Error