Skip to main content
PATCH
Update a clip

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

Request body for updating a clip. At least one field must be provided.

background
object

Clip background. Use type = 'solid' with color, type = 'image' or 'video' with sourceId (from POST /v1/sources), or type = 'gradient' with gradientColor1, gradientColor2, gradientAngle.

cuts
object[]

Replaces the clip's cuts. Total cut duration must be less than maxDurationSeconds.

name
string

New clip name

Required string length: 1 - 255
Example:

"Updated intro"

order
integer

New position of the clip within the video

Required range: 0 <= x <= 9007199254740991
Example:

2

studioSound
boolean

Per-clip Studio Sound opt-out. false disables enhanced audio for this clip while the video-level switch (see PATCH /v1/videos/{id} studioSound) stays on; true re-enables it.

Example:

false

Response

OK

Response shape for a single clip

clip
object
required

A section of a video