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 ID of the project that owns the stitcher and the output will be stored.
The name of the stitcher. It's set to the generated output's name.
The input assets to be stitched. InputAssets represents the input assets of the stitcher.
labels of the stitcher. labels will be assigned to the output.
Response
OK
CreateStitcherResponse is the response message for CreateStitcher.
The created stitcher.