{ "opencollection": "1.0.0", "info": { "name": "Openlayer Commits Inference Pipelines API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Inference Pipelines", "type": "folder" }, "items": [ { "info": { "name": "List inference pipelines", "type": "http" }, "http": { "method": "GET", "url": "https://api.openlayer.com/v1/projects/:projectId/inference-pipelines", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project." }, { "name": "name", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] }, "docs": "List the inference pipelines in a project." }, { "info": { "name": "Create an inference pipeline", "type": "http" }, "http": { "method": "POST", "url": "https://api.openlayer.com/v1/projects/:projectId/inference-pipelines", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new inference pipeline within a project." }, { "info": { "name": "Retrieve an inference pipeline", "type": "http" }, "http": { "method": "GET", "url": "https://api.openlayer.com/v1/inference-pipelines/:inferencePipelineId", "params": [ { "name": "inferencePipelineId", "value": "", "type": "path", "description": "The unique identifier of the inference pipeline." } ] }, "docs": "Retrieve an inference pipeline" }, { "info": { "name": "Update an inference pipeline", "type": "http" }, "http": { "method": "PUT", "url": "https://api.openlayer.com/v1/inference-pipelines/:inferencePipelineId", "params": [ { "name": "inferencePipelineId", "value": "", "type": "path", "description": "The unique identifier of the inference pipeline." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an inference pipeline" }, { "info": { "name": "Delete an inference pipeline", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.openlayer.com/v1/inference-pipelines/:inferencePipelineId", "params": [ { "name": "inferencePipelineId", "value": "", "type": "path", "description": "The unique identifier of the inference pipeline." } ] }, "docs": "Delete an inference pipeline" }, { "info": { "name": "Create inference pipeline rows", "type": "http" }, "http": { "method": "POST", "url": "https://api.openlayer.com/v1/inference-pipelines/:inferencePipelineId/rows", "params": [ { "name": "inferencePipelineId", "value": "", "type": "path", "description": "The unique identifier of the inference pipeline." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create inference pipeline rows" }, { "info": { "name": "Update an inference pipeline row", "type": "http" }, "http": { "method": "PUT", "url": "https://api.openlayer.com/v1/inference-pipelines/:inferencePipelineId/rows", "params": [ { "name": "inferencePipelineId", "value": "", "type": "path", "description": "The unique identifier of the inference pipeline." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a previously published row, for example to attach ground truth." }, { "info": { "name": "Retrieve an inference pipeline row", "type": "http" }, "http": { "method": "GET", "url": "https://api.openlayer.com/v1/inference-pipelines/:inferencePipelineId/rows/:inferenceId", "params": [ { "name": "inferencePipelineId", "value": "", "type": "path", "description": "The unique identifier of the inference pipeline." }, { "name": "inferenceId", "value": "", "type": "path", "description": "The unique identifier of a streamed inference row." } ] }, "docs": "Retrieve an inference pipeline row" }, { "info": { "name": "Delete an inference pipeline row", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.openlayer.com/v1/inference-pipelines/:inferencePipelineId/rows/:inferenceId", "params": [ { "name": "inferencePipelineId", "value": "", "type": "path", "description": "The unique identifier of the inference pipeline." }, { "name": "inferenceId", "value": "", "type": "path", "description": "The unique identifier of a streamed inference row." } ] }, "docs": "Delete an inference pipeline row" }, { "info": { "name": "List inference pipeline test results", "type": "http" }, "http": { "method": "GET", "url": "https://api.openlayer.com/v1/inference-pipelines/:inferencePipelineId/results", "params": [ { "name": "inferencePipelineId", "value": "", "type": "path", "description": "The unique identifier of the inference pipeline." }, { "name": "status", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] }, "docs": "List inference pipeline test results" } ] } ], "bundled": true }