cURL
curl --request POST \ --url http://localhost:6699/api/v1/search/image \ --header 'Content-Type: application/json' \ --header 'X-License-Key: <api-key>' \ --data ' { "image_path": "<string>", "cache_dir": "<string>", "query": "<string>", "media_paths": [ "<string>" ], "max_results": 50, "search_all": false } '
{ "matches": [ { "frame_index": 123, "timestamp": "<string>", "similarity": 123, "hash_str": "<string>", "video_path": "<string>" } ] }
Finds moments visually similar to a reference image. Optionally combine with a text query to refine results.
Jumper Pro license key passed via header
Absolute path to the reference image
Optional text query to combine with the image
Search results ordered by visual similarity
Show child attributes
Was this page helpful?