Shorts

Request Segment Download

Requests the HD rendering and download of a segment. If the HD version is already available, returns the download URL immediately. Otherwise, queues the rendering job and returns a downloading status.

post/segments/{segment_id}/download

Path parameters

segment_idstring required

UUID of the segment to download.

Response

200

status'ready' | 'downloading'

ready if the HD version is available, downloading if rendering was queued.

download_urlstring

Signed URL to download the HD segment. Present when status is ready.

estimated_timenumber

Estimated rendering time in seconds. Present when status is downloading.

Changes

No recorded changes to this endpoint across all 1 revision of this API.