POST
/
streaming
/
stitchers
/
v1

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

CreateStitcherRequest is the request message for CreateStitcher.

assets
object
required

The input assets to be stitched.

name
string
required

The name of the stitcher. It's set to the generated output's name.

project_id
string
required

The ID of the project that owns the stitcher and the output will be stored.

labels
object[]

labels of the stitcher. labels will be assigned to the output.

Response

200 - application/json

CreateStitcherResponse is the response message for CreateStitcher.

stitcher
object

The created stitcher.