Clips
Create stitcher
CreateStitcher
Creates a new stitcher instance. The stitcher instance is used to stitch inputs into a single output.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
CreateStitcherRequest is the request message for CreateStitcher.
The input assets to be stitched.
The name of the stitcher. It's set to the generated output's name.
The ID of the project that owns the stitcher and the output will be stored.
labels of the stitcher. labels will be assigned to the output.
Response
200 - application/json
CreateStitcherResponse is the response message for CreateStitcher.
The created stitcher.