V3 > Resources
Display player image.
Render the player image inline directly in the user browser. If the player has no image, a 404 error is returned.
get/2/vod/res/players/{player}.{image}.{format}
Path parameters
playerstring required
The Player unique identifier
imagestring required
Use one of the following values<note><strong>logo</strong>: Image used as a logo or branding element</note><note><strong>preload</strong>: Image intended for preloading or prefetching</note><note><strong>interrupt</strong>: Image displayed during interruptions or loading delays</note><note><strong>geoip</strong>: Image customized based on geographical location</note><note><strong>restrict</strong>: Image with restrictions or access control settings</note>
formatstring required
Response
OK
Example response
{
"result": "success"
}