{ "opencollection": "1.0.0", "info": { "name": "The Token Company Compression Search API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Compressed web search", "type": "http" }, "http": { "method": "POST", "url": "https://api.thetokencompany.com/v1/search", "body": { "type": "json", "data": "{}" } }, "docs": "Run a web search and return compressed results, so an agent can consume search context at a fraction of the token cost." } ] } ], "bundled": true }