Shorts

Get Segment Download Status

Checks the current download/rendering status of a segment. Use this to poll for completion after requesting a download.

get/segments/{segment_id}/download-status

Path parameters

segment_idstring required

UUID of the segment to check.

Response

200

status'downloading' | 'download_ready' | 'not_requested'

Current download status.

download_urlstring

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

segment_statusstring

Internal segment processing status. Present when status is downloading.

messagestring

Human-readable status message.

Changes

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