CH·02CLI reference
gpu video download
Download a completed video's mp4
Download a completed video's mp4
Synopsis
Streams a completed video's mp4 artifact to a local file. The job must be in the
completed status — a job that is not yet ready returns a clear error, and a job
past its retention window returns a 410 Gone-style "expired" error.
gpu video download <video-id> [flags]
Examples
# Download to out.mp4 (default)
gpu video download <video-id>
# Download to a named file
gpu video download <video-id> --out waves.mp4
Options
-h, --help help for download
-o, --out string Output file path for the mp4 (default "out.mp4")
Options inherited from parent commands
--api-base string API base URL (override with GPUAI_API_BASE env) (default "https://api.gpu.ai/v1")
--debug Enable debug logging to stderr
-o, --output string Output format: table|json (default table on TTY, json otherwise)
SEE ALSO
- gpu video - Generate and manage videos