POST
/
streaming
/
stitchers
/
v1

Authorizations

Authorization
string
headerrequired

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

Body

application/json
project_id
string
required

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

name
string
required

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

assets
object
required

The input assets to be stitched.

labels
object[]

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

Response

200 - application/json
stitcher
object

The created stitcher.