Skip to main content

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

FlagDefaultDescription
--path PATHrequiredPath to the sample file or folder
--metadata JSON{}Metadata for the sample in JSON format
--batch-id IDdefaultBatch ID for the sample upload

When uploading a folder, you will be prompted to confirm.