Search⌘ K
AI Features

Create and Edit a Playlist

Explore how to create and edit playlists using the Dailymotion Data API. Understand the endpoints for managing playlists, including setting details like name and description, and handling authentication to update your own playlists effectively.

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 ...