V3 > Resources

Display thumbnail.

Render the thumbnail inline directly in the user browser. If the thumbnail is corrupted, a 404 error is returned.

get/2/vod/res/thumbnails/{thumbnail}.{format}

Path parameters

thumbnailstring required

The Thumbnail unique identifier

formatstring required

Response

OK

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

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes