Skip to main content

Document Commands Overview

The fissionbox document namespace provides the core document processing workflow.

Command Summary

CommandDescription
queueUpload and queue documents for async processing (recommended)
watchLive-poll document processing status
downloadDownload artifacts for processed documents
runUpload and process a single document synchronously
uploadUpload files without processing
processProcess a previously uploaded file
listList all documents in the namespace
responseGet the stored conversion response
annotateGenerate an annotated PDF
retryRetry a failed document run
export-chunksExport text chunks as NDJSON

Supported File Types

.pdf, .docx, .png, .jpg, .jpeg

Document Lifecycle

Upload → Queue/Process → (queued → processing → ready/failed) → Download Artifacts