v1
latestOpenAPI 3.1.02026-07-22122760.2 KBDetect music and speech in an audio file
Accepts an audio file and returns frame-level music and speech probabilities, an overall primary label, and percentage breakdowns of content type across the clip.
post/api/velma-2-music-detection-batch
Response
Detection completed successfully.
Example response
{
"filename": "my_audio.wav",
"duration_s": 5.76,
"primary_label": "speech",
"speech_pct": 86.7,
"latency_ms": 1243.5,
"frames": [
{
"end_time_ms": 3000,
"verdict": "synthetic",
"confidence": 0.9732
}
]
}