Method: youtube.playlists.insert
Description: The following code sample calls the API's playlists.insert method to create a private playlist
owned by the channel authorizing the request.
Method: youtube.playlistItems.list
Description: The following code sample calls the API's playlistItems.list method to retrieve a list of videos
uploaded to the channel associated with the request. The code also calls the channels.list method with the
mine parameter set to true to retrieve the playlist ID that identifies the channel's uploaded
videos.
Method: youtube.search.list
Description: The following code sample calls the API's search.list method to retrieve search results
associated with a particular keyword.
Method: youtube.videos.insert
Description: The following code sample calls the API's videos.insert method to upload a video to the channel
associated with the request.