Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

The primary authentication method for the Mezmo API.

Pass the key in the Authorization header in the format Token <ACCESS TOKEN>. For example:

This key is used for all APIs with the exception of ingest.

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