General API question

Without calling the API where do you get the video ID’s from?

Basically yeah, the API will lookup videos on Twitch’s database filtering by the search parameters you feed in (broadcasterID, video type etc) and return them

Generate one of these, an “App Access Token”

Then call

Something like

https://api.twitch.tv/helix/videos?user_id=123&first=3&sort=time&type=archive

That’ll grab the last three VOD’s for user_id/broadcaster 123