{ "opencollection": "1.0.0", "info": { "name": "TextGears Account Summarization API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Summarization", "type": "folder" }, "items": [ { "info": { "name": "Summarize text", "type": "http" }, "http": { "method": "POST", "url": "https://api.textgears.com/summarize", "body": { "type": "json", "data": "{}" } }, "docs": "Extracts key sentences, highlights important passages, and identifies ranked keywords from longer texts." } ] } ], "bundled": true }