v1
latestOpenAPI 3.0.02026-07-2693126.7 KBApi
Operations
Identify speaker with diarization
post/v1/identify
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,
"voiceprints": [
{
"label": "John Doe",
"voiceprint": "U29tZUJhc2U2NERhdGE"
}
]
}Response
Example response
{
"jobId": "3c8a89a5-dcc6-4edb-a75d-ffd64739674d",
"status": "created"
}