beta

Web Service: Video/Thumbnail
Description: Get the thumbnail image of a video. Returns image in JPEG format. Usefull to store a thumbnail on your server.
Example of function call:
http://api.nimbb.com/Video/Thumbnail.aspx?key=PUBLIC_KEY&code=PRIVATE_KEY&guid=VIDEO_GUID&width=WIDTH
where you replace the values:
PUBLIC_KEY: your developer public key;
PRIVATE_KEY: your developer private key;
VIDEO_GUID: the video GUID;
WIDTH (optional): width in pixels of the image. Default value is 320 pixels. Height is automatically calculated to keep image ratio.
Go back to Web Service documentation.