Start a video export
Videos
Start a video export
Starts an export of the specified video. Returns the export status including download URL when completed.
POST
Start a video export
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
Unique video identifier
Example:
"vid_abc123def456"
Body
application/json
Request body for exporting a video
Frames per second. 60fps may require paid plan.
Available options:
30, 60 Example:
"30"
Export granularity: video (full video), clips (one file per clip), raw (original uploads)
Available options:
video, clips, raw Example:
"video"
Export resolution. Default is 1080p.
Available options:
1080p, 4k Example:
"1080p"
Playback speed multiplier
Available options:
1, 2, 0.5, 0.75, 1.25, 1.5, 1.75 Example:
"1"
Burn subtitles into the video
Example:
false
Response
OK
Response containing export status
Status of a video export job