Text
Conversational Summarization
Returns Conversational Summarization to the webhook URI for segmented transcript of audios with start, end, speakerId, text(alphanumeric and punctuations).
post/ai/text/v1/async/summarize
Query parameters
webhookstring uri required
The webhook URI to which the job response will be returned
Request body
Example request
{
"summaryType": "AbstractiveShort",
"utterances": [
{
"speakerId": "JohnDoe",
"text": "Hello! This is John.",
"start": 0.3,
"end": 5.1
}
]
}Response
Task accepted for processing.