Trainero Vumbnail Server Demo

Get YouTube and Vimeo thumbnails and short video clips by URL path.

How to generate a thumbnail

Use a URL path of the form:

{base}/{videoId}.jpg
Replace {base} with this server’s URL (e.g. http://localhost:4583) and {videoId} with the video ID.

URLs you can access

TypePath patternExample
Thumbnail (default)/{videoId}.jpg/dQw4w9WgXcQ.jpg
Thumbnail (PNG)/{videoId}.png/dQw4w9WgXcQ.png
YouTube HQ/{youtubeId}_hqdefault.jpg/dQw4w9WgXcQ_hqdefault.jpg
YouTube max/{youtubeId}_maxresdefault.jpg/dQw4w9WgXcQ_maxresdefault.jpg
Vimeo large/{vimeoId}_large.jpg/358629078_large.jpg
Vimeo medium/small/{vimeoId}_medium.jpg, _small.jpg/358629078_medium.jpg
Short clip (MP4)/{videoId}.mp4/dQw4w9WgXcQ.mp4

Using in your app

Use the URL as the src of an image or video:

<img src="http://localhost:4583/dQw4w9WgXcQ.jpg" alt="Video thumbnail" />

<video src="http://localhost:4583/dQw4w9WgXcQ.mp4" controls></video>

API endpoints

Try: Thumbnail HQ Vimeo Clip