Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ZenML Pipelines API

ML pipeline definitions

ZenML Pipelines API is one of 14 APIs that ZenML publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 5 JSON Schema definitions.

Tagged areas include Pipelines. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, a GitHub repository, and 5 JSON Schemas.

This API exposes 4 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.0.3, at version 1.

Requests are made against a single base URL, https://your-zenml-server.example.com/api/v1.

4 operations 2 paths 4 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1
Server
https://your-zenml-server.example.com/api/v1
Authentication
HTTP Bearer
Contact
License
Resource Areas
1

Authentication & Security 1

ZenML Pipelines API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Pipelines 4

ML pipeline definitions

GET
/pipelines
List Pipelines
listPipelines 4 params → 200
POST
/pipelines
Create Pipeline
createPipeline body → 201
GET
/pipelines/{pipeline_id}
Get Pipeline
getPipeline 1 param → 200404
DELETE
/pipelines/{pipeline_id}
Delete Pipeline
deletePipeline 1 param → 204

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Pipeline (9 properties), PipelineRequest (5 properties), Page (4 properties). Each schema is shown below with its type and property counts.

PipelinePage
Page
object
4 properties
PipelineRequest
object
5 properties 1 required
Pipeline
object
9 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zenml-pipelines-api-openapi.yml Raw ↑

Other APIs ZenML publishes across the network.

ZenML Pro REST API
ZenML Artifacts API
ZenML Auth API
ZenML Deployments API
ZenML Models API
ZenML Pipeline Runs API
ZenML Projects API
ZenML Schedules API
ZenML Secrets API
ZenML Service Connectors API
ZenML Stack Components API
ZenML Stacks API