{ "opencollection": "1.0.0", "info": { "name": "Linkup Credits Search API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Run a web search and return context for an AI agent or LLM.", "type": "http" }, "http": { "method": "POST", "url": "https://api.linkup.so/v1/search", "body": { "type": "json", "data": "{}" } }, "docs": "Runs a natural-language query against the live web at fast, standard, or deep precision and returns ranked search results, a sourced answer with optional inline citations, or schema-driven structured output." } ] } ], "bundled": true }