Skip to main content
bembem
DocsAPI Reference
  • Introduction
  • Action Type Configs
    • Create an Action Type Config
    • List Action Type Configs
    • Get an Action Type Config
    • Update an Action Type Config
    • Delete an Action Type Config
  • Actions
    • Create a batch of Actions
    • List Actions
    • Correct a Route action's choice for an event
  • Pipelines
    • Create a Pipeline
    • List Pipelines
    • Get a Pipeline
    • Update a Pipeline
    • Delete a Pipeline
  • Transformations
    • Create a batch of Transformations
    • Correct the Transformation value
    • Delete Transformations
    • List Transformations
    • List Transformation errors
    • Receive completed Transformation webhook
    • Receive Transformation Errors webhook
  • Events
    • Get an Event
    • List Events
    • Receive event webhook
  • Subscriptions
    • List Subscriptions
    • Create a Subscription
    • Get a Subscription
    • Update a Subscription
    • Delete a Subscription
  • Security
    • Generate a new webhook secret
    • Get the current webhook secret
  • Tasks
    • List Tasks
    • Get a Task
  • Pipelines
  • Create a Pipeline

Create a Pipeline

POST 

/v1-beta/pipelines

Creates a new pipeline to transform data, given an output schema. It returns the created pipeline's details. Pipelines are long-lived, so we recommend you create them outside of your application loop and reuse them.

Request​

Responses​

  • 200

The created pipeline

Previous
Correct a Route action's choice for an event
Next
List Pipelines