baz.studio API

baz export

Export video from active project

baz export [options] [command]
OptionDescription
-h, --helpdisplay help for command

baz export start

Start a video export/render

baz export start [options]
OptionDescription
--quality <quality>Video quality: low, medium, high Default: high.
--format <format>Output format: mp4, webm, gif Default: mp4.
--thumbnail-frame <number>Frame number to use for the generated poster/thumbnail still
--waitBlock until export completes (agent-friendly)
--timeout <seconds>Fail if export takes longer than this (requires --wait) Default: 600.
-h, --helpdisplay help for command

baz export status

Check export status

baz export status [options] <renderId>
OptionDescription
--waitWait for completion
--timeout <seconds>Fail if export takes longer than this (requires --wait) Default: 600.
-h, --helpdisplay help for command

baz export list

List recent exports

baz export list [options]
OptionDescription
--limit <n>Number of exports to show Default: 10.
-h, --helpdisplay help for command