v1
latestOpenAPI 3.1.02026-07-24251250397.8 KBAn adaptive streaming manifest
Returns an adaptive streaming manifest for the media
Path parameters
The file extension of the manifest
Possible values:
- m3u8: HLS manifest
- mpd: DASH manifest
Eight-character, alphanumeric ID that uniquely identifies the media
This can be found on the video detail page in the dashboard.
Query parameters
Specifies the maximum allowed width and height for renditions.
Only renditions with both dimensions less than or equal to the provided value are included.
Possible Values:
- 320
- 480
- 640
- 960
- 1280
- 1920
This is currently only supported for use with HLS streams.
Specifies the minimum allowed width or height for renditions.
Only renditions where either the width or the height is greater than or equal to the provided value are included.
Possible values:
- 320
- 480
- 640
- 960
- 1280
- 1920
This is currently only supported for use with HLS streams.
Expiry for protected content using a signed non-JWT URL
More information is available in the <a href="https://docs.jwplayer.com/platform/reference/protect-your-content-with-signed-urls#create-a-signed-non-jwt-url" target="_blank">API reference</a>.
Signature for protected content using a signed non-JWT URL
More information is available in the <a href="https://docs.jwplayer.com/platform/reference/protect-your-content-with-signed-urls#create-a-signed-non-jwt-url" target="_blank">API reference</a>.
Response
An adaptive streaming manifest