v1
latestOpenAPI 3.0.02026-07-175989869.3 KBPlayer Themes
Upload a logo
Upload an image file as a logo for your player. The image should fit within these constraints:
- The image mime type must be image/jpeg or image/png. api.video recommends using png images with transparent background.
- The image size should be a maximum of 200px width x 100px.
- The file size should be a maximum of 100 KiB.
post/players/{playerId}/logo
Path parameters
playerIdstring required
The unique identifier for the player.
Response
Created
Example response
{
"trackUnplayed": "trackUnplayed",
"backgroundTop": "backgroundTop",
"link": "link",
"trackPlayed": "trackPlayed",
"linkHover": "linkHover",
"backgroundBottom": "backgroundBottom",
"enableControls": true,
"backgroundText": "backgroundText",
"enableApi": true,
"forceAutoplay": true,
"trackBackground": "trackBackground",
"createdAt": "2020-01-31T10:17:47Z",
"assets": {
"link": "path/to/my/logo/mylogo.jpg",
"logo": "mylogo.jpg"
},
"hideTitle": true,
"name": "name",
"text": "text",
"linkActive": "linkActive",
"forceLoop": true,
"playerId": "pl45KFKdlddgk654dspkze",
"updatedAt": "2020-01-31T10:18:47Z"
}