Document Commands Overview
The fissionbox document namespace provides the core document processing workflow.
Command Summary
| Command | Description |
|---|---|
queue | Upload and queue documents for async processing (recommended) |
watch | Live-poll document processing status |
download | Download artifacts for processed documents |
run | Upload and process a single document synchronously |
upload | Upload files without processing |
process | Process a previously uploaded file |
list | List all documents in the namespace |
response | Get the stored conversion response |
annotate | Generate an annotated PDF |
retry | Retry a failed document run |
export-chunks | Export text chunks as NDJSON |
Supported File Types
.pdf, .docx, .png, .jpg, .jpeg
Document Lifecycle
Upload → Queue/Process → (queued → processing → ready/failed) → Download Artifacts