veo_download_video
Download a generated video from your Veo session using the session ID. Choose a specific sample by index and specify the output folder to save the file.
Instructions
Download a generated video from a completed generation session.
Use this tool to:
Download videos after generation completes
Download a specific video from multiple samples
Re-download previously generated videos
Note: Due to current SDK limitations, this downloads placeholder data. The actual video generation API requires allowlist access.
Returns:
file_path: Path to the downloaded video file
file_size: Size of the downloaded file
success: Whether download was successful
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | No | Directory to save the video. If not specified, uses default downloads directory. | |
| session_id | Yes | Session ID returned from veo_generate_video | |
| video_index | No | Index of the video to download (for multiple samples, 0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||