Skip to content

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

FieldTypeRequiredDescription
categoryIdenumYouTube video category identifier. One of: 1, 2, 10, 15, 17, 19, 20, 22, 23, 24, 25, 26, 27, 28, 29. Default: 22.
descriptionstringDescription shown below the video on YouTube.
privacyenumPrivacy status for the uploaded video. One of: public, private, unlisted. Default: public.
titlestringTitle of the YouTube video. Default: via BlockNext.
videoUrlstringURL of the source video file to upload.

Output

Returns a list of records — reference fields downstream as $<node>.status.

FieldTypeDescription
statusbooleanWhether the upload completed successfully.
videoIdstringIdentifier of the uploaded YouTube video.
videoUrlstringPublic YouTube URL of the uploaded video.