ZenML OSS REST API
The ZenML open-source REST API exposes endpoints for managing ML pipelines, stacks, components, artifacts, models, deployments, runs, schedules, secrets, users, and projects in a self-hosted ZenML server. It is consumed by the Python SDK and CLI and can be called directly for automation and integration with CI/CD systems and MLOps workflows.
Documentation
Documentation
https://docs.zenml.io/api-reference/oss-api
APIReference
https://docs.zenml.io/api-reference/oss-api
GettingStarted
https://docs.zenml.io/getting-started/installation
Authentication
https://docs.zenml.io/getting-started/deploying-zenml
Specifications
Schemas & Data
JSONSchema
json-schema/zenml-pipeline-schema.json
JSONSchema
json-schema/zenml-pipeline-run-schema.json
JSONSchema
json-schema/zenml-stack-schema.json
JSONSchema
json-schema/zenml-model-schema.json
JSONSchema
json-schema/zenml-artifact-schema.json
SDKs
Code Examples
CodeExamples
examples/zenml-list-pipelines-example.json
CodeExamples
examples/zenml-get-pipeline-run-example.json
CodeExamples
examples/zenml-create-stack-example.json
OpenAPI
#MLOps
#Pipelines
#Open Source