result.result_type: "parse". The payload lives on
result.document.
Formats
document.markdown, document.text, and document.blocks are present only
when you asked for them in output.formats. Default is markdown + blocks.
text is a plaintext rendering: headings and images stripped, tables flattened.
blocks are layout elements with a Location:
Chunks
chunking.strategy:
none—chunksis emptypage— onepage_regionchunk per pagesection— chunks follow section headers
markdown for display.
Images
output.include_images=true attaches figure crops on PDF and
png / jpg / jpeg / webp uploads. figures.mode=describe captions
those blocks. diagrams.mode=mermaid keeps flowchart fences.
Spreadsheets
Workbook results may includedocument.spreadsheet.sheets[].cell_map_url —
an authenticated, job-scoped URL that maps rendered table axes to physical
rows and columns. Fetch it with the same X-API-Key. See
GET /v1/jobs/{job_id}/spreadsheet-cell-maps/{artifact_ref}.
Converted-PDF artifacts (Office → PDF) are at
GET /v1/jobs/{job_id}/converted-pdf/{artifact_ref}.