{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Text API", "version": "1.0.58-20240529-47eda8bd" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.ringcentral.com/restapi/oauth/authorize", "accessTokenUrl": "https://platform.ringcentral.com/restapi/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Text", "type": "folder" }, "items": [ { "info": { "name": "Conversational Summarization", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/ai/text/v1/async/summarize", "params": [ { "name": "webhook", "value": "", "type": "query", "description": "The webhook URI to which the job response will be returned" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns Conversational Summarization to the webhook URI for segmented transcript of audios\nwith start, end, speakerId, text(alphanumeric and punctuations).\n" }, { "info": { "name": "Smart Punctuation", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/ai/text/v1/async/punctuate", "params": [ { "name": "webhook", "value": "", "type": "query", "description": "The webhook URI to which the job response will be returned" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns Smart Punctuation to the provided webhook URI." } ] } ], "bundled": true }