CreateClip
Creates a new clip from the provided input. The clip will be available for downloading once the process is complete.
The clip will be stored in the project’s storage and the length
of the clip will be determined by the trim_in
and trim_out
fields.
The length of the clip cannot be neither longer than the source nor
longer than 2 minutes.
The request happens asynchronously and the response will contain the clip’s ID. The client can use the ID to query the clip’s status by calling the GetClip method.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
CreateClipRequest is the request message for CreateClip.
OK
CreateClipResponse is the response message for CreateClip.
CreateClip
Creates a new clip from the provided input. The clip will be available for downloading once the process is complete.
The clip will be stored in the project’s storage and the length
of the clip will be determined by the trim_in
and trim_out
fields.
The length of the clip cannot be neither longer than the source nor
longer than 2 minutes.
The request happens asynchronously and the response will contain the clip’s ID. The client can use the ID to query the clip’s status by calling the GetClip method.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
CreateClipRequest is the request message for CreateClip.
OK
CreateClipResponse is the response message for CreateClip.