{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Pipelines API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Pipelines", "type": "folder" }, "items": [ { "info": { "name": "Microsoft List pipelines", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/:project/_apis/pipelines", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project ID or name" }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to use" }, { "name": "$top", "value": "", "type": "query" } ] }, "docs": "Get a list of pipelines for a project." }, { "info": { "name": "Microsoft Run a pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/:project/_apis/pipelines/:pipelineId/runs", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project ID or name" }, { "name": "pipelineId", "value": "", "type": "path", "description": "Pipeline ID" }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to use" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Runs a pipeline." } ] } ], "bundled": true }