v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
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

summaryType'Extractive' | 'AbstractiveShort' | 'AbstractiveLong' | 'AbstractiveAll' | 'All' required

Type of summary to be computed

Example request

{
  "summaryType": "AbstractiveShort",
  "utterances": [
    {
      "speakerId": "JohnDoe",
      "text": "Hello! This is John.",
      "start": 0.3,
      "end": 5.1
    }
  ]
}

Response

Task accepted for processing.

jobIdstring