Skip to main content
POST
Cut clip ranges by transcript word indices

Authorizations

Authorization
string
header
required

API key obtained from your Tella account settings

Path Parameters

id
string
required

Video identifier

Example:

"vid_abc123def456"

clipId
string
required

Clip identifier

Example:

"cl_xyz789ghi012"

Body

application/json

Cut one or more ranges from the clip by referencing word indices in the transcript. Indices are stable across cuts (already-cut words are simply absent). The server resolves each range to exact word times and merges the resulting cuts.

wordRanges
object[]
required

Word ranges to cut. Each range's start and end ms are read directly from the transcript — no padding is applied.

Minimum array length: 1

Response

OK

Response shape for a single clip

clip
object
required

A section of a video