Create pipeline

Create a new pipeline

POST
/pipelines
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Pipeline creation input

blueprintId?string
contentunknown
description?string
namestring

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/pipelines" \  -H "Content-Type: application/json" \  -d '{    "content": null,    "name": "string"  }'
{
  "blueprintId": "string",
  "content": null,
  "createdAt": "string",
  "description": "string",
  "id": "string",
  "name": "string",
  "organizationId": "string",
  "spaceId": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}