{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Summarization API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Summarization", "type": "folder" }, "items": [ { "info": { "name": "Factset Endpoint to generate a headline from text", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/summarization/headline", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a headline-length summary of plain text" }, { "info": { "name": "Factset Endpoint to summarize and generate a headline from text", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/summarization/headline-and-summary", "body": { "type": "json", "data": "{}" } }, "docs": "Generate both a paragraph-length, and headline-length summary of plain text" }, { "info": { "name": "Factset Endpoint to summarize text", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/summarization/summary", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a paragraph-length summary of plain text" }, { "info": { "name": "Factset Endpoint to obtain result of a particular summarization job", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/summarization/result/:resultId", "params": [ { "name": "resultId", "value": "", "type": "path" } ] }, "docs": "Retrieve the summarization result from a job started with the other summarization endpoints" } ] } ], "bundled": true }