Get Project Preview M3U8
Return a stitched HLS playlist for the entire project timeline.
This is used by the editor to play the whole project as one continuous stream. We stitch per-clip playlists with EXT-X-DISCONTINUITY between clips.
The manifest includes ALL segments (no filtering). Crop handling is done by the frontend which seeks past cropped regions. The first video's cropStartMs is provided as an EXT-X-START hint to help players start at the right position.
get/api/projects/{project_id}/preview.m3u8
Path parameters
project_idstring required
Response
Successful Response
{"stackTrail":"paths:/api/projects/{project_id}/preview.m3u8:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.