Cut one or more time ranges from a clip
Cut one or more time ranges from a clip in a single request. Pass cuts: [{fromMs, toMs}, ...] for multiple ranges or the legacy fromMs/toMs pair for a single range. Overlapping or adjacent ranges are merged into the clip’s existing cuts. To clear all cuts, call updateClip with cuts: [].
Documentation Index
Fetch the complete documentation index at: https://tella.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key obtained from your Tella account settings
Path Parameters
Video identifier
"vid_abc123def456"
Clip identifier
"cl_xyz789ghi012"
Body
Cut one or more time ranges from the clip in a single request. Provide either cuts: [{fromMs, toMs}, ...] (preferred) or the legacy single-range fromMs/toMs pair. Overlapping or adjacent ranges are merged into the clip's existing cuts.
Time ranges to cut from the clip. Merged with the clip's existing cuts; overlapping or adjacent ranges are joined.
1Single-range shortcut for cuts: [{fromMs, toMs}]. Use cuts for multiple ranges.
0 <= x <= 90071992547409912000
Single-range shortcut for cuts: [{fromMs, toMs}]. Use cuts for multiple ranges.
x <= 90071992547409913500
Response
OK
Response shape for a single clip
A section of a video