curl --request POST \
--url http://localhost:6699/api/v1/transcriptions \
--header 'Content-Type: application/json' \
--header 'X-License-Key: <api-key>' \
--data '
{
"cache_dir": "/Users/me/JumperAnalysis",
"media_paths": [
"/Audio/voiceover.mp3",
"/Videos/interview.mp4"
]
}
'