cURL
curl --request POST \ --url http://localhost:6699/api/v1/media/metadata \ --header 'Content-Type: application/json' \ --header 'X-License-Key: <api-key>' \ --data ' { "cache_dir": "/Users/me/JumperAnalysis", "media_paths": [ "/Videos/interview.mp4", "/Videos/photo.jpg", "/Audio/voiceover.mp3" ] } '
{ "media_properties": {} }
Returns properties (duration, FPS, timecode) and analysis status for each media file. Use this to check which files have been analyzed and to get their hash_str identifiers.
hash_str
Jumper Pro license key passed via header
Path to the analysis data folder
Absolute paths to media files
Metadata keyed by file path
Show child attributes
Was this page helpful?