Skip to main content
POST
Get thumbnails for a time range

Authorizations

X-License-Key
string
header
required

Jumper Pro license key passed via header

Body

application/json
cache_dir
string
required
media_path
string
required
start_time
string
required

Start timestamp (HH:MM:SS)

Example:

"00:01:00"

end_time
string
required

End timestamp (HH:MM:SS)

Example:

"00:02:00"

hash_str
string

Optional media file hash for faster lookup

Response

200 - application/json

Array of [base64_jpeg, timestamp] pairs

scene_thumbnails
string[][] | null

[base64_jpeg, timestamp]

Last modified on July 14, 2026