download_video
Download a video from a saved item (reel, TikTok, or tweet) as an MP4 file to your local filesystem and receive the absolute file path.
Instructions
Download a saved item's video (reel/TikTok/tweet video) as an MP4 file written to the local filesystem. Returns the absolute path of the written file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | The item's id (from search_bucket or list_recent) | |
| output_path | No | Where to write the file (default ./bucket_<id>.mp4 in the current directory) |