Skip to main content
PUT
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.

Path Parameters

transform_group_id
string<uuid>
required

Body

application/json
title
string
required

The title of the Processor Group

Maximum string length: 512
Pattern: ^[^<>"]+$
description
string | null

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

Minimum string length: 1
Pattern: ^[^<>"]+$

Response

200

Default Response