{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Text Analytics API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Text Analytics", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Analyze sentiment", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/text/analytics/v3.1/sentiment", "body": { "type": "json", "data": "{}" } }, "docs": "Analyze sentiment of the input text and return sentiment predictions for each sentence and the document as a whole." }, { "info": { "name": "Microsoft Recognize named entities", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/text/analytics/v3.1/entities/recognition/general", "body": { "type": "json", "data": "{}" } }, "docs": "Identify and categorize entities in the input text as people, places, organizations, date/time, quantities, and more." }, { "info": { "name": "Microsoft Extract key phrases", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/text/analytics/v3.1/keyPhrases", "body": { "type": "json", "data": "{}" } }, "docs": "Extract key talking points from the input text." } ] } ], "bundled": true }