youtube_upload_video
Upload a video file to YouTube with specified title, description, tags, category, and privacy settings, including scheduled publishing.
Instructions
Upload a video to YouTube.
Costs 1,600 quota units. Video is uploaded as private by default.
Args: file_path: Absolute path to the video file title: Video title (max 100 characters) description: Video description (max 5,000 characters) tags: List of tags category_id: YouTube category ID (default "22" = People & Blogs) privacy_status: "private", "public", or "unlisted" publish_at: ISO 8601 datetime to schedule publishing (requires privacy_status="private")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| file_path | Yes | ||
| publish_at | No | ||
| category_id | No | 22 | |
| description | No | ||
| privacy_status | No | private |