{ "opencollection": "1.0.0", "info": { "name": "Spider Cloud Crawling Fetch API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Fetch", "type": "folder" }, "items": [ { "info": { "name": "Fetch a Per-Domain API", "type": "http" }, "http": { "method": "POST", "url": "https://api.spider.cloud/fetch/:domain/:path", "params": [ { "name": "domain", "value": "", "type": "path", "description": "The target domain (e.g., `example.com`)." }, { "name": "path", "value": "", "type": "path", "description": "The fetch operation path under the given domain." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Invoke a per-website API discovered and pre-configured by Spider's AI fetch system." } ] } ], "bundled": true }