Get a player’s embed codes by UUID. Any parameter not specified will default to the settings chosen for the player.
Code | Description |
---|---|
400 | Bad Request: body has wrong syntax or unable to handle request |
401 | Unauthorized: auth_token omitted or authentication failed |
403 | Forbidden: This action cannot be performed |
404 | Not Found: The requested resource could not be found |
406 | Not Acceptable: Accept or Content-Type headers must be application/json, text/csv or application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
Param name | Description |
---|---|
auth_token optional |
API token needed to authorize requests Validations:
|
uuid required |
Validations:
|
custom_id optional |
When specified (and applicable) will load the specified instance of the player Validations:
|
disable_popouts optional |
Turns off Popout Call to Actions so they will not display in the player Validations:
|
disable_redirect optional |
Disable the player from redirecting if it is set to redirect on player completion Validations:
|
up_next optional |
Turn off showing what’s Up next, only available if playlist_always_open is false Validations:
|
disable_playlist optional |
Turn off the Playlist so it will not be displayed Validations:
|
playlist_always_open optional |
If there are multiple chapters in the player the playlist will be permanently visible Validations:
|
autoplay optional |
Causes the playlist to begin playing as soon as it has loaded Validations:
|
control_360 optional |
Show 360 controls for a 360 videos Validations:
|
first_frame optional |
Causes the player to begin playing as soon as it has loaded and then immediately pause Validations:
|
viral_sharing optional |
Displays the social sharing buttons on the player Validations:
|
embed_button optional |
Displays the embed button on the player Validations:
|
hide_playlist optional |
Disables the playlist in the player Validations:
|
hide_html5_playlist optional |
Disables the HTML5 playlist. This can be useful to solve problems with iOS and when the playlist is causing page alignment issues. Validations:
|
name_overlay optional |
Overlays the name of the video at the top of the player Validations:
|
video_id optional |
When specified the player will begin playing the video with this video id first, otherwise the player will play the chapters in chapter order. The video_id specified must already exist in the playlist. The video_id property should not be set at the same time as the chapter property. Validations:
|
chapter optional |
When specified the player will begin playing the chapter with this ordinal value i.e. the value 1 would play the first chapter, otherwise the player will play the chapters in chapter order. The chapter property should not be set at the same time as the video_id property. Validations:
|
lightbox_href_text optional |
The text to used in in the embed code for lightbox Validations:
|
include_sharing_page optional |
Whether or not to include the embed code for the sharing page Validations:
|
include_branded_sharing_page optional |
Whether or not to include the embed code for the branded sharing page Validations:
|