{ "opencollection": "1.0.0", "info": { "name": "GitBook Change Request Content Search API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "GitBook Ask a question to a site", "type": "http" }, "http": { "method": "POST", "url": "https://api.gitbook.com/v1/orgs/:organizationId/sites/:siteId/ask", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "siteId", "value": "", "type": "path", "description": "The unique identifier of the docs site." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Queries a GitBook docs site using AI to find answers from the published content." }, { "info": { "name": "GitBook Search content in an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.gitbook.com/v1/orgs/:organizationId/search", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the organization." }, { "name": "query", "value": "", "type": "query", "description": "The search query." }, { "name": "page", "value": "", "type": "query", "description": "Pagination cursor for the next page of results." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return per page." } ] }, "docs": "Searches for content across all spaces in an organization." } ] } ], "bundled": true }