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

Haystack / deepset Pipelines API

Create, list, deploy, and undeploy Haystack pipelines.

Haystack / deepset Pipelines API is one of 6 APIs that Haystack / deepset publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Pipelines. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

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

Requests are made against 2 base URLs: https://api.cloud.deepset.ai, https://api.us.deepset.ai.

6 operations 4 paths 2 schemas 1 DELETE2 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://github.com/deepset-ai/haystack
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

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

  • bearerAuth — API key generated in the deepset AI Platform UI, sent as a Bearer token.

Paths & Operations 6

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

Pipelines 6

Create, list, deploy, and undeploy Haystack pipelines.

GET
/api/v1/workspaces/{workspace_name}/pipelines
List pipelines
listPipelines 3 params → 200
POST
/api/v1/workspaces/{workspace_name}/pipelines
Create a pipeline
createPipeline 1 param body → 201
GET
/api/v1/workspaces/{workspace_name}/pipelines/{pipeline_name}
Get a pipeline
getPipeline 2 params → 200
DELETE
/api/v1/workspaces/{workspace_name}/pipelines/{pipeline_name}
Delete a pipeline
deletePipeline 2 params → 204
POST
/api/v1/workspaces/{workspace_name}/pipelines/{pipeline_name}/deploy
Deploy a pipeline
deployPipeline 2 params → 200
POST
/api/v1/workspaces/{workspace_name}/pipelines/{pipeline_name}/undeploy
Undeploy a pipeline
undeployPipeline 2 params → 200

Schemas 2

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

PipelineList
object
2 properties
Pipeline
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

haystack-ai-pipelines-api-openapi.yml Raw ↑

Other APIs Haystack / deepset publishes across the network.

Haystack Framework (Open Source)
Hayhooks REST Deployment
Haystack / deepset Files API
Haystack / deepset Search API
Haystack / deepset Workspaces API