Skip to main content
POST
Initialize a pipeline with provided components. All sources, transforms, and sinks are linked.

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
sources
object[]
required
Minimum array length: 1
transforms
object[]
required
Minimum array length: 1
sinks
object[]
required
Minimum array length: 1
origin
enum<string>
default:system
Available options:
ui,
system
pipeline
null | object

Response

200

Default Response