{ "opencollection": "1.0.0", "info": { "name": "Hub API Endpoints agentic-provisioning docs API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "docs", "type": "folder" }, "items": [ { "info": { "name": "List docs", "type": "http" }, "http": { "method": "GET", "url": "https://huggingface.co/api/docs" }, "docs": "Get list of available documentation" }, { "info": { "name": "Search docs", "type": "http" }, "http": { "method": "GET", "url": "https://huggingface.co/api/docs/search", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "product", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Search any Hugging Face documentation" }, { "info": { "name": "Full-text search docs", "type": "http" }, "http": { "method": "GET", "url": "https://huggingface.co/api/docs/search/full-text", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "domain", "value": "", "type": "query" } ] }, "docs": "Full-text search across Hugging Face documentation" } ] } ], "bundled": true }