cURL
curl --request POST \ --url http://localhost:6699/api/v1/analysis-data/load-for-media \ --header 'Content-Type: application/json' \ --header 'X-License-Key: <api-key>' \ --data ' { "cache_dir": "<string>", "media_paths": [ "<string>" ] } '
{ "message": "<string>" }
Selectively loads analysis data for the given media files only. More efficient than loading everything when you only need to search across a subset of files. Skips files whose data is already in memory.
Jumper Pro license key passed via header
Data loaded (or already in memory)
Was this page helpful?