{ "opencollection": "1.0.0", "info": { "name": "Doctave Deployments Search API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Doctave Search Site", "type": "http" }, "http": { "method": "GET", "url": "https://api.doctave.com/v1/sites/:siteId/search", "params": [ { "name": "siteId", "value": "", "type": "path", "description": "The unique identifier of the documentation site." }, { "name": "q", "value": "", "type": "query", "description": "The search query string." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination." } ] }, "docs": "Performs a full-text search across all pages within a documentation site and returns matching results with highlighted snippets." } ] } ], "bundled": true }