YOUTUBE_GET_CHANNEL_ACTIVITIES | Gets recent activities from a YouTube channel including video uploads, playlist additions, likes, and other channel events. |
YOUTUBE_GET_CHANNEL_ID_BY_HANDLE | Retrieves the YouTube channel ID for a specific YouTube channel handle. |
YOUTUBE_GET_CHANNEL_STATISTICS | Gets detailed statistics for YouTube channels including subscriber counts, view counts, and video counts. |
YOUTUBE_LIST_CAPTION_TRACK | Retrieves a list of caption tracks for a YouTube video, returning an empty list if no captions exist. |
YOUTUBE_LIST_CHANNEL_VIDEOS | Lists videos from a specified YouTube channel, ensuring results are of type video. |
YOUTUBE_LIST_USER_PLAYLISTS | Retrieves playlists owned by the authenticated user. |
YOUTUBE_LIST_USER_SUBSCRIPTIONS | Retrieves the authenticated user’s YouTube channel subscriptions with support for pagination. |
YOUTUBE_LOAD_CAPTIONS | Downloads a specific YouTube caption track owned by the authenticated user and returns its content as text. |
YOUTUBE_SEARCH_YOU_TUBE | Searches YouTube for videos, channels, or playlists using a query term and returns the raw API response. |
YOUTUBE_SUBSCRIBE_CHANNEL | Subscribes the authenticated user to a specified YouTube channel identified by its unique channel ID. |
YOUTUBE_UPDATE_THUMBNAIL | Sets the custom thumbnail for a YouTube video using an image from a provided URL. |
YOUTUBE_UPDATE_VIDEO | Updates metadata for a YouTube video including title, description, tags, category, and privacy status. |
YOUTUBE_UPLOAD_VIDEO | Uploads a video from a local file path to a YouTube channel with specified title, description, tags, and privacy settings. |
YOUTUBE_VIDEO_DETAILS | Retrieves specified information parts such as snippet, content details, and statistics for a YouTube video by its ID. |