playlists_insert
Create a new YouTube playlist by specifying title, description, and privacy settings via the YouTube Data API.
Instructions
Create a YouTube playlist (requires title). Quota cost: 50 units. Requires OAuth access token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | No | Resource properties to set and return. Options: contentDetails, id, localizations, player, snippet, status. | snippet,status |
| title | Yes | Playlist title. Required. | |
| description | No | Playlist description. | |
| privacyStatus | No | Playlist privacy status. Allowed: private, public, unlisted. | private |
| defaultLanguage | No | Default language for the playlist's snippet (e.g. 'en'). | |
| onBehalfOfContentOwner | No | Content owner to act on behalf of (YouTube partners only). | |
| onBehalfOfContentOwnerChannel | No | Channel ID to act on behalf of (YouTube partners only). |