YouTube
YouTube API for channels, videos, playlists, subscriptions, comments, captions, and upload metadata.
Covers channel and playlist management, comment threads, video metadata, and reactions to new comments or liked videos.
Use YouTube with Snow
Snow is a personal AI assistant that builds real apps for you, and they can put YouTube to work.
What Snow can do with YouTube
These are the YouTube operations Snow and the apps you build with it can run. Sign in to choose which ones Snow may run without asking.
Reads23
Look at your data without changing it.
- List captions
Retrieves a list of caption tracks for a YouTube video. Returns an empty items list if no captions are available. Raises ExecutionFailed if the video ID is invalid or not found.
- List Channels
Lists YouTube channels by ID, handle, username, or ownership status, returning detailed channel information including metadata, statistics, and content details. Use this action when you need to retrieve comprehensive channel information by channel ID, handle (e.g., @username), or to list channels owned by or managed by the authenticated user. For finding channels by search query, use the search action instead.
- List Comments
List individual comments from YouTube videos. Returns comment details including author, text, timestamps, and engagement metrics. Use 'id' parameter to retrieve specific comments or 'parentId' to retrieve all replies to a top-level comment.
- Download YouTube caption track
Downloads a specific YouTube caption track, which must be owned by the authenticated user, and returns its content as text. Note: This action requires you to own the video (YouTube Data API v3 restriction). Non-owned videos will return 403 Forbidden errors, including many auto-generated caption tracks.
- Get Channel Activities
Gets recent activities from a YouTube channel including video uploads, playlist additions, likes, and other channel events.
- Get channel ID by handle
Retrieves the YouTube Channel ID for a specific YouTube channel handle.
- Get Channel Statistics
Gets detailed statistics for YouTube channels including subscriber counts, view counts, and video counts. Channels can be identified using their ID, handle (e.g., @Google), or username.
- Get Video Rating
Retrieves the ratings that the authorized user gave to a list of specified videos. Use when you need to check if a user has liked or disliked specific videos.
- List Channel Sections
Tool to retrieve channel sections from YouTube. Use when you need to get the layout sections of a channel's homepage. Channel sections organize content into categories like playlists, uploads, or featured channels.
- List channel videos
Lists videos from a specified YouTube channel. This action primarily uses the playlistItems.list endpoint with the channel's uploads playlist, which is the recommended approach by YouTube. The uploads playlist ID is obtained by fetching the channel resource via the Channels API and extracting the playlist ID from contentDetails.relatedPlaylists.uploads field. If the uploads playlist returns a 404 error (which can happen due to a known YouTube API bug where the returned playlist ID doesn't actually exist), the action automatically falls back to the search.list endpoint to retrieve channel videos. Note that the search fallback has higher quota cost (100 units vs 1 unit) and is limited to 500 results. If a channel exists but has no uploads playlist (e.g., brand accounts, channels with all videos deleted, or channels that haven't uploaded any public content), an empty result set is returned instead of an error.
Creates9
Add something new to your account.
- Add Video to Playlist
Tool to add a video to a playlist by inserting a playlist item. Use when organizing videos into playlists or building curated collections.
- Create Playlist
Tool to create a new YouTube playlist on the authenticated user's channel. Use when organizing videos into collections or building curated playlists.
- Insert Comment Reply
Tool to create a reply to an existing YouTube comment. Use when responding to user comments or engaging in conversations on videos.
- Multipart upload video
Uploads a video to YouTube using multipart upload in a single request. Use when you want to upload both metadata and video file together. This action uploads the video file and metadata in one request, unlike resumable upload which requires two steps.
- Post Comment on Video
Tool to post a new top-level comment on a YouTube video. Use when creating comments to engage with video content or respond to user requests.
- Upload video
Uploads a video file to a YouTube channel; the video file must be in a YouTube-supported format.
- Insert Channel Section
Tool to create a new channel section for the authenticated user's YouTube channel. Use when organizing channel content into sections like featured playlists, recent uploads, or featured channels.
- Report Video for Abuse
Tool to report a YouTube video for containing abusive content. Use when you need to flag videos that violate YouTube's community guidelines or contain harmful content.
- Subscribe to channel
Subscribes the authenticated user to a specified YouTube channel, identified by its unique `channelId` which must be valid and existing.
Updates10
Change something that is already there.
- Update Comment
Tool to modify the text of an existing YouTube comment. Use when updating or correcting a previously posted comment.
- Update Playlist
Tool to modify an existing YouTube playlist's metadata (title, description, privacy status). Use when updating playlist information for the authenticated user's channel.
- Update thumbnail
Sets the custom thumbnail for a YouTube video using an image from a URL. Requirements: - The authenticated user must own the video or have permission to edit it - The YouTube channel must be verified (phone verification required) to upload custom thumbnails - Image must be JPG, PNG, or GIF; under 2MB; recommended 1280x720 resolution (16:9 aspect ratio)
- Mark Comment as Spam
Tool to mark one or more YouTube comments as spam. Use when moderating comments to flag spam content. Note: This endpoint is deprecated but still functional according to YouTube API documentation.
- Rate Video
Tool to add a like or dislike rating to a YouTube video, or remove an existing rating. Use when you need to rate videos on behalf of the authenticated user.
- Update caption track
Updates a YouTube caption track's metadata such as name, language, or draft status. Use this to modify existing caption track properties without uploading new caption content. Note: Only properties specified in the snippet will be updated; unspecified properties retain their current values.
- Update channel
Updates a channel's metadata including branding settings and localizations. Only brandingSettings, invideoPromotion, and localizations properties can be updated. Requires the channel to be owned by the authenticated user.
- Update Channel Section
Tool to update an existing YouTube channel section by ID. Use when modifying section properties like title, position, or featured content.
- Update Playlist Item
Tool to modify a playlist item's properties such as position or note. Use when reordering videos in a playlist or updating item metadata.
- Update video
Updates metadata for a YouTube video identified by videoId, which must exist; an empty list for tags removes all existing tags.
Deletes7
Remove something. This often cannot be undone.
- Set Comment Moderation Status
Tool to set the moderation status of one or more YouTube comments. Use when moderating comments to hold for review, publish, or reject them. Optionally ban the comment author when rejecting.
- Delete Channel Section
Tool to delete a YouTube channel section. Use when you need to remove a channel section from a channel. The channel section must exist and the authenticated user must have permission to delete it.
- Delete Comment
Tool to delete a YouTube comment owned by the authenticated user or channel. Use when you need to remove a comment from a video. The comment must exist and be owned by the authenticated channel.
- Delete Playlist
Tool to delete a YouTube playlist owned by the authenticated user/channel. Use when you need to permanently remove a playlist from YouTube. Requires explicit confirmation via `confirmDelete: true` to prevent accidental deletions.
- Delete Playlist Item
Tool to delete a playlist item (remove a video from a playlist). Use when removing specific videos from playlists.
- Delete Video
Tool to delete a YouTube video owned by the authenticated user/channel. Use when you need to permanently remove a video from YouTube. Requires explicit confirmation via `confirmDelete: true` to prevent accidental deletions. The video must exist and be owned by the authenticated channel.
- Unsubscribe from channel
Tool to unsubscribe the authenticated user from a YouTube channel by deleting a subscription. Use when you need to remove an existing subscription. The subscription ID can be obtained from the `YOUTUBE_LIST_USER_SUBSCRIPTIONS` tool.
Triggers
These are the trigger events currently available for YouTube.
- New Item in YouTube Playlist
Triggers when a new item is added to a YouTube playlist.
- New Playlist in YouTube Channel
Triggers when a new playlist is added to a YouTube channel.
- New YouTube Activity
Triggers when a new activity is detected on a YouTube channel.
- New YouTube Channel Subscription
Triggers when a new channel is subscribed.
Related integrations
Ready to put YouTube to work?
Sign up free, build an app by chatting, and connect YouTube in minutes. No credit card required.