post https://api.hume.ai/v0/batch/jobs
For information on how to configure your Job see Start Job API Reference Page
Sample Job Configuration
{
"models": {
"face": {
"fps_pred": 3,
"prob_threshold": 0.99,
"identify_faces": false,
"min_face_size": 60,
"save_faces": false
},
"prosody": {
"granularity": "utterance",
"window": {
"length": 4,
"step": 1
}
},
"language": {
"granularity": "word"
}
},
"transcription": {
"language": null,
"identify_speakers": false,
"confidence_threshold": 0.5
},
"notify": false
}