Example output
{
  "vtt": "https://cdn-us.eachlabs.ai/uploads/fb049485-3ac3-4738-835f-3d29c7290000.vtt",
  "sheet": "https://cdn-us.eachlabs.ai/uploads/b7e800d8-16cf-4ca1-8fec-b236c6c7440c.jpg"
}

Hover Preview Sprites

Object·Video-API·by eachlabs

Hover Preview Sprites generates sprite sheets and a WebVTT index from a video, enabling hover-scrub thumbnail previews in your player timeline.

Runtime (p50)
1m
Estimated price
$1.80 / unit
Call the API
prediction.sh
sh
curl -X POST \
  -H "Authorization: Bearer $EACHLABS_API_KEY" \
  -H "Content-Type: application/json" \
  --data '{
    "model": "hover-preview-sprites",
    "version": "0.0.1",
    "input": {
        "video": "https://cdn-us.eachlabs.ai/defaults/22a926ce238a4d3fb8ab37fec1a091a1.mp4",
        "grid_rows": 5,
        "grid_columns": 5,
        "interval_seconds": 2
    },
    "webhook_url": ""
}' \
  https://api.eachlabs.ai/v1/prediction/

Related models

4 models
* FAQ

About Hover Preview Sprites

01 / 03

What are Hover Preview Sprites?

Hover Preview Sprites generates thumbnail sprite sheets and a matching WebVTT index from a video. On the each::labs Video API these assets power the small preview images viewers see when they hover or scrub along a player's progress bar.