Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

API for creation of playlists


Hi,

We're building a web application that requires creation of lots of personalized playlists. Is there an API for creating playlists in an automated way and returning embeddable code or link to a cloud player that will play that playlist?

Thanks for your help!

Patrick

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

Yes, our Management API’s /channels/create endpoint can be used for this. Please see https://developer.jwplayer.com/jw-platform/reference/v1/methods/channels/index.html for more details.

The playlist ID will be included in the response, so you can then use that playlist ID in our Delivery API’s /v2/playlists/{playlist_id} URL inside of your player setup() call to load the new playlist of videos. Please see https://developer.jwplayer.com/jw-platform/docs/delivery-api-reference/ for this URL template.

This question has received the maximum number of answers.