gumlet-video-asset-upload
Installation
SKILL.md
Basic upload
Title defaults to the filename when --title is not provided.
gumlet video asset upload --file ./video.mp4 --workspace-id <id>
Upload with metadata
gumlet video asset upload \
--file ./video.mp4 \
--workspace-id <id> \
--title "Product Demo" \
--description "Demo video for Q2 launch" \
--format ABR \
--tag demo,product