Create and Edit a Playlist

Learn how to create a playlist and edit it using Dailymotion Data API.

In this lesson, we'll see how we can create our playlist and edit its details using Dailymotion Data API endpoints. The following endpoints are used for these tasks:

  • Create a playlist: {base_url}/me/playlists

  • Edit a playlist: {base_url}/me/playlist/playlist_Id

Create a playlist

In this section, we'll create a new playlist using {base_url}/me/playlists endpoint. You must be an authenticated user to make this call. This endpoint utilizes POST method.

Request parameters

This endpoint takes one required parameter and some optional ones. These parameters are passed as query parameters. Let's see them in the table below:

Get hands-on with 1200+ tech skills courses.