upload_to_youtube
Publish a completed video from a local file to your YouTube account via OAuth. Control title, description, tags, privacy, and COPPA child-directed status before uploading.
Instructions
Upload a finished video to YouTube (OAuth). tags is comma-separated. privacy: public | unlisted | private (default unlisted). made_for_kids: COPPA audience flag — set True only for child-directed content.
Note: uploads whatever local path you point it at, under your own YouTube account — intentional, so you can publish videos made elsewhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| privacy | No | unlisted | |
| video_path | Yes | ||
| category_id | No | 22 | |
| description | No | ||
| made_for_kids | No |