CH·02CLI reference

deeprelay 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.

Examples

# Download to out.mp4 (default)
deeprelay video download <video-id>

# Download to a named file
deeprelay video download <video-id> --out waves.mp4
deeprelay video download <video-id> [flags]

Options

  -h, --help         help for download
      --out string   Output file path for the mp4 (default "out.mp4")

Options inherited from parent commands

      --api-base string   API base URL (override with DEEPRELAY_API_BASE env) (default "https://api.deeprelay.ai/v1")
      --debug             Enable debug logging to stderr
      --no-preflight      Skip the plan/credit check before inference requests (override with DEEPRELAY_NO_PREFLIGHT env)
  -o, --output string     Output format: table|json (default table on TTY, json otherwise) (default "table")

SEE ALSO

← The gpu CLI