V3 > Resources

Display share image.

Render the share image inline directly in the user browser. If the share has no image, a 404 error is returned.

get/2/vod/res/shares/{share}.{image}.{format}

Path parameters

sharestring required

The Share 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

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.