save_video
Download and save a completed video to a local file by specifying its video ID and an optional output path. API authentication is handled internally.
Instructions
Download and save a completed video to a local file. This handles authentication internally so the API key is not exposed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variant | No | Type of content to download. 'video' for MP4, 'thumbnail' for preview image, 'spritesheet' for frame overview. | video |
| video_id | Yes | The ID of the completed video to save. | |
| output_path | No | The local file path where the video should be saved. If not provided, saves to current directory with video ID as filename. |