{ "opencollection": "1.0.0", "info": { "name": "Snap Metadata API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "Extract website metadata", "type": "http" }, "http": { "method": "POST", "url": "https://snap.michaelcli.com/api/metadata", "body": { "type": "json", "data": "{}" } }, "docs": "Extract title, description, Open Graph tags, Twitter Cards, favicons, and all meta tags from any URL." } ] } ], "bundled": true }