Ingest files from cloud storage.
Documentation Index
Fetch the complete documentation index at: https://docs.xagent.run/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Available parsing methods
default, pypdf, pdfplumber, unstructured, pymupdf, deepdoc Available chunk strategies
recursive, fixed_size, markdown Successful Response
Pipeline status: success|error|partial
Human-readable summary of pipeline result
Document identifier produced by register_document
Parse hash produced during parse_document step
Number of chunks created; must be non-negative
x >= 0Number of embeddings generated; must be non-negative
x >= 0Number of vectors written to storage; must be non-negative
x >= 0List of successfully completed steps
Pipeline step where failure occurred, if any
Non-fatal warnings encountered
Uploaded file ID for preview/download via /api/files (when ingest registers the file)