{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Ner API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Ner", "type": "folder" }, "items": [ { "info": { "name": "Factset Endpoint to detect entities from text", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/ner/entities", "body": { "type": "json", "data": "{}" } }, "docs": "Detect entities (People, Places, Organizations, etc.) in plain text" } ] } ], "bundled": true }