Audio
Speaker Identification
Returns Speaker Identification to the provided webhook URI.
post/ai/audio/v1/async/speaker-identify
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",
"speakerIds": [
"speakerId1",
"speakerId2"
]
}Response
Task accepted for processing.