Update a video
Update a video’s settings including viewer options, download permissions, access controls, and metadata. Some features require Premium plan.
Authorizations
API key obtained from your Tella account settings
Path Parameters
Unique video identifier
"vid_abc123def456"
Body
Request body for updating a video. At least one field must be provided.
Restrict embedding to these domains only (Premium feature). Empty array allows all domains.
["example.com", "mysite.org"]Show subtitles/captions by default
true
Send email notifications for new comments
false
Allow viewers to comment
true
Custom thumbnail image URL
"https://example.com/custom-thumbnail.jpg"
Default playback speed (0.5-2.0). Viewers can still adjust.
0.5 <= x <= 21
Video description
5000"Updated description for the video"
Canvas size in pixels. Changing it also remaps every clip and section layout to a ratio-appropriate equivalent (clips using a custom layout fall back to a standard one), exactly like switching size in the editor's Setup → Size. No-op when the video already has the requested size. The editor's presets: 1920x1080 (16:9), 1920x1200 (16:10), 1440x1080 (4:3), 1080x1080 (1:1), 1080x1350 (4:5), 1080x1920 (9:16).
{ "height": 1920, "width": 1080 }Allow viewers to download the video
true
Access level: public (anyone with link), private (org members only), password (requires password), embedonly (only viewable when embedded)
public, private, password, embedonly "public"
Video title
1 - 255"Updated Video Title"
Password for viewing. Required when linkScope is 'password', ignored otherwise.
1 - 255"secretpassword"
Show publish date on video page
true
Allow viewers to download raw source files
false
Allow search engines to index the video page
true
Show transcript panel to viewers
true
Show view count on video page
true
Response
OK
Detailed information about a video including chapters, transcript, and exports