Back to catalog
🎬

Generate Thumbnail from video API

API Key

This API generates image thumbnails from any input video file, in the desired size (pixels). The API supports multiple video formats including MP4, WEBM, FLV, AVI, MKV, MOV and 3GP

🎬VideoHTTPSCORS enabled

Generate Thumbnail from Video API

Thumbnail Generation

Thumbnail UrlHttps://thumbs.example.com/vid_xyz987_t30.jpg
Video UrlHttps://cdn.example.com/videos/product_demo.mp4
Timestamp Seconds30
Width1,280
Height720

Sample Response

response.json
1{
2 "thumbnail_url": "https://thumbs.example.com/vid_xyz987_t30.jpg",
3 "video_url": "https://cdn.example.com/videos/product_demo.mp4",
4 "timestamp_seconds": 30,
5 "width": 1280,
6 "height": 720
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://apyhub.com/utility/thumbnail-from-video" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs