Skip to content
Go to Boltz API
Predictions
Adme

Run

Custom CLI workflow command for `boltz-api predictions:adme run`.

Start an ADME prediction, wait for completion, and persist results

This is CLI workflow behavior, not a standalone REST endpoint. It composes generated API commands from this resource to submit work, wait for completion, and persist local results.

Terminal window
boltz-api predictions:adme run
OptionDescription
--input [ --input ]ADME prediction input. Pass inline JSON/YAML, or use @json://... / @yaml://... for larger molecule batches. Include molecules with SMILES and optional IDs. Keep --model, --idempotency-key, and --workspace-id as top-level flags.
--model stringModel to use for prediction
--idempotency-key stringClient-provided key to prevent duplicate submissions on retries
--workspace-id stringTarget workspace ID (admin keys only; ignored for workspace keys)
--name stringLocal run directory name under --root-dir
--run-dir stringExplicit local run directory path
--root-dir stringRoot directory for generated local run directories (default: "boltz-experiments")
--poll-interval-seconds floatPolling interval while waiting for remote results (default: 5)
--progress-format jsonlFormat for progress logs written to stderr (jsonl or text). jsonl is the default agent-friendly format. (default: "jsonl")
--verbose, -vPrint text progress logs to stderr when --progress-format text is selected (default: false)
--help, -hshow help