Sample Commands
Upload and manage samples in the FissionBox platform.
Upload
Upload a sample file or folder:
fissionbox sample upload \
--path ./documents/ \
--metadata '{"source": "invoice", "date": "2024-01-15"}' \
--batch-id batch-001
Options
| Flag | Default | Description |
|---|---|---|
--path PATH | required | Path to the sample file or folder |
--metadata JSON | {} | Metadata for the sample in JSON format |
--batch-id ID | default | Batch ID for the sample upload |
When uploading a folder, you will be prompted to confirm.