Skip to main content
Download directly from volumes when persistent data needs to leave Nullspace. Sources are absolute volume-internal paths rooted at /.

Download A File

Downloads do not overwrite local paths unless you opt in:
CLI --force maps to SDK overwrite=True.

Download A Directory

Directory downloads fetch a tar archive internally and extract it by default.

Keep Directory Archives

Use archive=True or --archive when you want to keep the tar file instead of extracting it locally.

Download By Source Type

download() checks the source path and dispatches to the file or directory download helper.

Signed Download URL

Use signed URLs when a browser, CI job, or another service should fetch data directly.