FissionBox CLI Documentation
Python SDK and command-line interface for the FissionBox document intelligence platform.
What is FissionBox?
FissionBox is a document intelligence platform that provides:
- Document processing — Upload PDFs, DOCX, and images for AI-powered extraction
- Structured data extraction — Apply JSON schemas to extract specific fields
- Image & diagram extraction — Pull out visual elements from documents
- Annotated PDFs — Generate PDFs with visual markers highlighting extracted content
- Text chunking — Export document chunks as NDJSON for RAG/vector store pipelines
- Batch processing — Queue multiple documents with live status monitoring
CLI Overview
The fissionbox CLI provides commands organized into namespaces:
| Namespace | Purpose |
|---|---|
auth | Login, logout, and check authentication status |
account | Manage service accounts and tokens |
namespace | Set and view default workspace namespace |
document | Upload, process, queue, watch, download, and manage documents |
sample | Upload and manage samples |
reactor | Create, list, and delete reactors |
dataset | Create and manage datasets |
Quick Navigation
- Installation — Install the CLI via pip
- Authentication — Log in via browser OAuth
- Quickstart — End-to-end workflow example
- Document Commands — Full document processing reference
- Python SDK — Programmatic API reference