cURL
curl --request POST \ --url http://localhost:6699/api/v1/thumbnails/scene \ --header 'Content-Type: application/json' \ --header 'X-License-Key: <api-key>' \ --data ' { "cache_dir": "<string>", "media_path": "<string>", "start_time": "00:01:00", "end_time": "00:02:00", "hash_str": "<string>" } '
{ "scene_thumbnails": [ [ "<string>" ] ] }
Returns a series of thumbnails spanning a time range in a video. Useful for building timeline scrubbers or scene overview strips.
Jumper Pro license key passed via header
Start timestamp (HH:MM:SS)
"00:01:00"
End timestamp (HH:MM:SS)
"00:02:00"
Optional media file hash for faster lookup
Array of [base64_jpeg, timestamp] pairs
[base64_jpeg, timestamp]
Was this page helpful?