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.

Path Parameters

pipeline_id
string<uuid>
required

Body

application/json
transform_group_id
string<uuid>
required
deploy_type
enum<string>
default:saas
Available options:
saas,
local
inputs
string[]

A list of inputs for the given group. Typically this is empty when creating a new transform via the UI, but is leveraged by the terraform provider when managing pipeline state.

Response

200

Default Response