v1
latestOpenAPI 3.0.02026-07-2693126.7 KBApi
Operations
Diarize audio
post/v1/diarize
Request body
Example request
{
"url": "https://example.com/audio.wav",
"webhook": "https://example.com/webhook",
"webhookStatusOnly": true,
"model": "precision-2",
"numSpeakers": 2,
"minSpeakers": 1,
"maxSpeakers": 4,
"turnLevelConfidence": true,
"exclusive": true,
"confidence": true,
"transcriptionConfig": {
"model": "faster-whisper-large-v3-turbo"
}
}Response
Example response
{
"jobId": "3c8a89a5-dcc6-4edb-a75d-ffd64739674d",
"status": "created"
}