An adaptive streaming manifest

Returns an adaptive streaming manifest for the media

Path Params
string
enum
required

The file extension of the manifest

Possible values:

  • m3u8: HLS manifest
  • mpd: DASH manifest
Allowed:
string
required

Eight-character, alphanumeric ID that uniquely identifies the media

This can be found on the video detail page in the dashboard.

Query Params
integer
enum

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.

Allowed:
integer
enum

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.

Allowed:
integer

Expiry for protected content using a signed non-JWT URL

More information is available in the API reference.

string

Signature for protected content using a signed non-JWT URL

More information is available in the API reference.

Responses
200

An adaptive streaming manifest

403

Access is Forbidden

This error commonly occurs when a user either does not have a token or uses an invalid token to request an asset that requires URL signing. It may also occur due to geoblocking, account suspension, deletion, or limits reached.

404

Not Found

The requested asset could not be found.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!
© 2007- Longtail Ad Solutions, Inc.