download_video
Download the completed video (MP4), thumbnail (WebP), or spritesheet (JPEG) for a video job. Returns base64-encoded binary data using the video ID.
Instructions
Download the completed video file (MP4), thumbnail (WebP), or spritesheet (JPEG). Only works when status is 'completed'. Returns base64-encoded binary data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variant | No | What to download: 'video' (MP4), 'thumbnail' (WebP), or 'spritesheet' (JPEG) | video |
| video_id | Yes | The video job ID |