{ "opencollection": "1.0.0", "info": { "name": "Snap Metadata Text API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Text", "type": "folder" }, "items": [ { "info": { "name": "Extract text from URL", "type": "http" }, "http": { "method": "POST", "url": "https://snap.michaelcli.com/api/text", "body": { "type": "json", "data": "{}" } }, "docs": "Extract the visible text content from any web page, with word count." } ] } ], "bundled": true }