/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:
Request Body Parameters:
Target → format mapping:
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.