Audio
Speech to Text Conversion
Returns Speech to Text Conversion to the provided webhook URI.
post/ai/audio/v1/async/speech-to-text
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"
],
"speechContexts": [
{
"phrases": [
"Mohit",
"Sushant",
"RingCentral"
]
}
]
}Response
Task accepted for processing.