v1

latestOpenAPI 3.1.02026-07-24251250397.8 KB
Players

A player with media attached

Serves a cloud-hosted player initialized with content

This player can be embedded as a single line javascript script or as an HTML iframe.

get/players/{content_id}-{player_id}.{embed_type}

Path parameters

content_idstring required

Eight-character, alphanumeric ID that uniquely identifies either a single media item or a playlist

embed_type'js' | 'html' required

Whether this embed will be done as javascript (js) or an HTML iframe (html) embed

player_idstring required

Eight-character, alphanumeric ID (ex: ALJ3XQCI) that uniquely identifies the player

Query parameters

expinteger

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>.

sigstring

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

A javascript player or HTML page with a player on it