upload_video
Upload video files to YouTube with customizable metadata including title, description, tags, category, and privacy settings.
Instructions
Upload a video file to YouTube. Costs 1600 quota units. Resumable upload.
Args: file_path: Absolute path to the video file on disk title: Video title description: Video description tags: List of tags category_id: YouTube category ID (default "22" = People & Blogs) privacy_status: private, unlisted, or public (default private)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| title | Yes | ||
| description | No | ||
| tags | No | ||
| category_id | No | 22 | |
| privacy_status | No | private |