{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Insights 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": "Insights", "type": "folder" }, "items": [ { "info": { "name": "Interaction Analytics", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/ai/insights/v1/async/analyze-interaction", "params": [ { "name": "webhook", "value": "", "type": "query", "description": "The webhook URI to which the job response will be returned" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns multiple insights including summaries, emotion, key phrases, questions asked, and more in a single API call.\n" } ] } ], "bundled": true }