v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB
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.