Skip to main content
POST
/
pipeline
Create pipeline
curl --request POST \
  --url https://api.mezmo.com/v3/pipeline \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "deploy_type": "saas",
  "deployment_groups": [
    "<string>"
  ]
}
'

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your token in the format: Token mytokengoeshere

Body

application/json
title
string
required
Maximum string length: 512
Pattern: ^[^<>"]+$
deploy_type
enum<string>
default:saas
Available options:
saas,
local
deployment_groups
string[]
Maximum array length: 10
Pattern: ^[a-zA-Z0-9-_]{1,256}$

Response

200

Default Response