getDownloadUrls

suspend fun getDownloadUrls(editorId: String, broadcasterId: String, clipIds: List<String>): List<ClipDownload>

Twitch API: Get Clips Download

Provides URLs to download the video file(s) for the specified clips.

Rate Limits: Limited to 100 requests per minute.

Return

the list of clip download info with landscape and portrait URLs.

Parameters

editorId

the user ID of the editor requesting the downloads. If using the broadcaster's auth token, this is the same as broadcasterId. Must match the user_id in the access token.

broadcasterId

the ID of the broadcaster you want to download clips for.

clipIds

the clip IDs to get download URLs for. You may specify up to 10 clips.