Skip to main content
HTTP Method: POST URL: /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.
Response: A timeline export job is queued. The response includes a timeline_id used to poll for completion via the Get Timeline Export endpoint. The job is asynchronousstatus 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 Accepted Timeline export queued.
  • 401 Unauthorized Authentication failed (missing or invalid API token).
  • 404 Not Found Edit not found.
  • 429 Too Many Requests This endpoint is rate limited.
  • 500 Internal Server Error Unexpected server error.

Sample Request

Sample Response (202 Accepted)