Update a clip
Update a clip’s name, ordering, cuts, background, or transition. At least one field must be provided.
Authorizations
API key obtained from your Tella account settings
Path Parameters
Video identifier
"vid_abc123def456"
Clip identifier
"cl_xyz789ghi012"
Body
Request body for updating a clip. At least one field must be provided.
Clip background. Use type = 'solid' with color, type = 'image' or 'video' with sourceId (from POST /v1/sources) or an exact catalog URL from GET /v1/backgrounds, or type = 'gradient' with gradientColor1, gradientColor2, gradientAngle.
Replaces the clip's cuts. Total cut duration must be less than maxDurationSeconds.
Microphone volume for this clip only, overriding the video's microphoneVolume. 1 is the recorded level, 0 mutes it, 2 doubles it. Pass null to clear the override so the clip follows the video again. Returns 400 when the clip has no microphone audio to control, i.e. whenever a read reports the field as absent.
0 <= x <= 20.4
New clip name
1 - 255"Updated intro"
New position of the clip within the video
0 <= x <= 90071992547409912
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.
false
System audio (screen or uploaded footage) volume for this clip only, overriding the video's systemAudioVolume. Same range and null-to-clear behaviour as microphoneVolume. Returns 400 when the clip has no such audio to control, i.e. whenever a read reports the field as absent.
0 <= x <= 21.5
Response
OK
Response shape for a single clip
A section of a video