/api/v3/edits/{clipId}/timeline
Authentication: Requires API Key in the request header.
Authorization: The edit (clip) must belong to the account associated with the API token.
Path Parameters:
| Parameter | Type | Description |
|---|---|---|
clipId | string | ID of the edit (clip) to export a timeline for. Obtain it from the List Edits endpoint (clip_id). |
| Parameter | Type | Description |
|---|---|---|
target | string | Target editing application. One of premiere_pro, final_cut_pro, pro_tools. Determines the generated file format (see below). |
include_comments_markers_chapters | boolean | Embed the edit’s comments, markers, and chapters into the generated timeline file. |
target | format |
|---|---|
premiere_pro | xml |
final_cut_pro | xml |
pro_tools | aaf |
The download is always a ZIP archive, not a bare
.xml / .aaf file. The format value describes the timeline file inside the ZIP; the archive also bundles the referenced media (video/audio) and image assets the timeline points to. See Download Timeline File.timeline_id used to poll for completion via the Get Timeline Export endpoint. The job is asynchronous — status is queued on creation and the download_url is null until processing is done.
Rate limit: Once every 1 second for unique requests.
Status Codes:
202 AcceptedTimeline export queued.401 UnauthorizedAuthentication failed (missing or invalid API token).404 Not FoundEdit not found.429 Too Many RequestsThis endpoint is rate limited.500 Internal Server ErrorUnexpected server error.