cURL
curl --request POST \ --url http://localhost:6699/api/v1/cache-paths \ --header 'Content-Type: application/json' \ --header 'X-License-Key: <api-key>' \ --data ' { "cache_dir": "<string>", "media_path": "<string>" } '
{ "video_cache_path": "<string>", "audio_cache_path": "<string>", "hash_str": "<string>" }
Returns the visual and audio cache folder paths for a specific media file. Useful for inspecting or managing analysis data on disk.
Jumper Pro license key passed via header
Absolute path to the media file
Cache paths for the media file
Path to the visual analysis cache folder (null if not yet analyzed)
Path to the audio/transcription cache folder (null if not yet analyzed)
Unique hash identifying this media file
Was this page helpful?