Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Player ID.
IDs of all created players can be received via Get All Players request
Response
Successful
Set of properties for displaying videos. All parameters may be blank to inherit their values from default Streaming player.
Player name
Player ID
Client ID
Player framework type
String to be rendered as JS parameters to player
Custom CSS to be added to player iframe
Player main JS file URL. Leave empty to use JS URL from the default player
URL to custom skin JS file
Color of skin background in format #AAAAAA
Color of skin foreground (elements) in format #AAAAAA
Color of skin text elements in format #AAAAAA
Color of foreground elements when mouse is over in format #AAAAAA
Enables video playback right after player load:
- true — video starts playing right after player loads
- false — video isn’t played automatically. A user must click play to start
Default is false
Regulates the sound volume:
- true — video starts with volume off
- false — video starts with volume on
Default is false
Enables/Disables player skin:
- true — player skin is disabled
- false — player skin is enabled
Default is false
Enables/Disables saving volume and other options in cookies:
- true — user settings will be saved
- false — user settings will not be saved
Default is true
Enables/Disables sharing button display:
- true — sharing button is displayed
- false — no sharing button is displayed
Default is true
Logotype position.
Has four possible values:
- tl — top left
- tr — top right
- bl — bottom left
- br — bottom right
Default is null
Enables/Disables speed control button display:
- true — sharing button is displayed
- false — no sharing button is displayed
Default is false
URL to logo image