{ "opencollection": "1.0.0", "info": { "name": "Steel Files Quick Actions API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Steel-Api-Key", "value": "{{Steel-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Quick Actions", "type": "folder" }, "items": [ { "info": { "name": "Scrape a URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.steel.dev/v1/scrape", "body": { "type": "json", "data": "{}" } }, "docs": "Stateless one-off scrape. Loads the URL in a fresh browser and returns the requested formats (html, readability, cleaned_html, markdown) plus page metadata and links, with optional screenshot and PDF." }, { "info": { "name": "Take a screenshot of a URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.steel.dev/v1/screenshot", "body": { "type": "json", "data": "{}" } }, "docs": "Take a screenshot of a URL" }, { "info": { "name": "Get the PDF of a URL", "type": "http" }, "http": { "method": "POST", "url": "https://api.steel.dev/v1/pdf", "body": { "type": "json", "data": "{}" } }, "docs": "Get the PDF of a URL" }, { "info": { "name": "Search the web", "type": "http" }, "http": { "method": "POST", "url": "https://api.steel.dev/v1/search", "body": { "type": "json", "data": "{}" } }, "docs": "Uses a search engine to return URLs for a query." } ] } ], "bundled": true }