YouTube nodes
Tools for uploading videos to YouTube. These nodes are also served as MCP tools on the youtube MCP server. Back to the full node reference.
YouTube Upload Video
youtube_upload_video · natural-language configurable · 3 credits on Cloud
Upload a video file to YouTube with the given metadata and privacy setting.
Credential: YouTube (OAuth)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
categoryId | enum | ✓ | YouTube video category identifier. One of: 1, 2, 10, 15, 17, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29. Default: 22. |
description | string | Description shown below the video on YouTube. | |
privacy | enum | ✓ | Privacy status for the uploaded video. One of: public, private, unlisted. Default: public. |
title | string | ✓ | Title of the YouTube video. Default: via BlockNext. |
videoUrl | string | ✓ | URL of the source video file to upload. |
Output
Returns a list of records — reference fields downstream as $<node>.status.
| Field | Type | Description |
|---|---|---|
status | boolean | Whether the upload completed successfully. |
videoId | string | Identifier of the uploaded YouTube video. |
videoUrl | string | Public YouTube URL of the uploaded video. |