Skip to content

Pipelines Resource

Description

The /pipelines endpoint allows for configuring input/output storage options for a media processing service, including where to fetch input files and where to upload them after processing.

Supported Methods

  • POST: Create a new pipeline.
  • GET: List all pipelines or get information about a specific pipeline.
  • PUT: Update an existing pipeline.
  • DELETE: Delete a pipeline.

POST /pipelines

Create a new pipeline. Read More

GET /pipelines

List all pipelines. Read More

GET /pipelines/

Get information about a specific pipeline. Read More

PUT /pipelines/

Update a specific pipeline. Read More

DELETE /pipelines/

Delete a pipeline. Read More