Audio
Speaker Diarization
Identifies who said what. Speaker diarization will identify the speaker for each segment so you can tell who spoke the sentence, paragraph, or phrase.
post/ai/audio/v1/async/speaker-diarize
Query parameters
webhookstring uri required
The webhook URI to which the job response will be returned
Request body
Example request
{
"encoding": "Wav",
"languageCode": "en-US",
"source": "RingCentral",
"audioType": "CallCenter",
"speakerCount": 2,
"speakerIds": [
"speakerId1",
"speakerId2"
]
}Response
Task accepted for processing.