Creating a playlist in YouTube API

I would like to know how to create a playlist using the YouTube API. Is it possible to have an app create a video and then post to YouTube given a predetermined playlist? I have an application where I think it may be useful. I’m still testing out different scenarios and possibilities.

I’d start looking at YouTube’s API docs that’ll explicitly say what is and isn’t possible and how to create the request

You can insert items to a playlist, and it looks like you can upload too!

I looked at the playlists and videos section of the docs

1 Like

Could you use the AVFoundation framework to create the video that you would like to upload to YouTube?