cURL
curl --request POST \ --url http://localhost:6699/api/v1/thumbnails \ --header 'Content-Type: application/json' \ --header 'X-License-Key: <api-key>' \ --data ' { "cache_dir": "<string>", "requests": [ { "media_path": "<string>", "time_seconds": 123 } ] } '
{ "thumbnails": [ { "thumbnail": "aSDinaTvuI8gbWludGxpZnk=" } ] }
Returns base64-encoded JPEG thumbnails for the requested media/timestamp pairs.
Documentation IndexFetch the complete documentation index at: https://docs.getjumper.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getjumper.io/llms.txt
Use this file to discover all available pages before exploring further.
Jumper Pro license key passed via header
Show child attributes
Thumbnails in request order
Was this page helpful?