Skip to content

Playlist Service

The Vimond Playlist Service provides a seamless and efficient way to manage user playlists, allowing users to create and maintain watchlists tailored to their preferences. Whether utilizing subprofiles or not, the Playlist Service empowers developers to offer a personalized video streaming experience to their users.

{
"id" : "00000000-0000-0000-0000-000000000000",
"name" : "Name of the playlist, defined by the playlist owner",
"assetIds": ["1234", "5678", "and so on"],
"uri": "URI of the playlist"
}
  • id: A universally unique identifier (UUID) generated by the service for each playlist.
  • name: The name of the playlist, defined by the playlist owner or user.
  • assetIds: An array of video asset IDs, representing the videos included in the playlist.
  • uri: The URI of the playlist, allowing to enabling easy navigation to the individual lists.

The Playlist Service can work seamlessly with the concept of subprofiles. When utilizing subprofiles, ensure that you include the appropriate subprofile token in the request headers to associate the playlist with the correct user subprofile.

The Playlist Service is an essential tool for any video streaming application looking to enhance user experience and engagement. By leveraging the API’s capabilities, developers can provide users with personalized watchlists and curated content. Whether incorporating subprofiles or using the default behavior, Vimond’s Playlist Service offers flexibility and ease of use.

For further details and integration assistance, please refer to the Playlist API reference and feel free to reach out to our support team. We hope you find success in managing and delivering exciting playlists to your users!