Skip to main content
POST
/
transform-group
/
from-pipeline
cURL
curl --request POST \
  --url https://api.mezmo.com/v3/transform-group/from-pipeline \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "pipeline_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "pipeline_transform_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "description": "<string>",
  "deploy_type": "saas"
}
'

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

The title of the Processor Group

Maximum string length: 512
Pattern: ^[^<>"]+$
pipeline_id
string<uuid>
required

The Pipeline ID to copy from.

pipeline_transform_ids
string<uuid>[]
required

A list of IDs of transforms to copy into this new group.

Minimum array length: 1
description
string | null

A description of this Processor Group's behavior or purpose.

Minimum string length: 1
Pattern: ^[^<>"]+$
deploy_type
enum<string>
default:saas

The type of deployment this Processor Group will be used in.

Available options:
saas,
local

Response

200

Default Response