{ "opencollection": "1.0.0", "info": { "name": "deepset Cloud API (deepset AI Platform) Files Search API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Run a search", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloud.deepset.ai/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/search", "params": [ { "name": "workspace_name", "value": "", "type": "path" }, { "name": "pipeline_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Runs one or more queries against a deployed pipeline and returns answers and the documents retrieved by the pipeline." } ] } ], "bundled": true }