Skip to main content
GET
/
v1
/
cuts
/
{cut_id}
/
export
Export a cut as an edit-decision file
curl --request GET \
  --url https://roughy-api-staging.fly.dev/v1/cuts/{cut_id}/export \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Pass your API key as Authorization: Bearer sk_…. Mint a key from your dashboard's API-keys page.

Path Parameters

cut_id
string<uuid>
required

Identifier of the cut.

Query Parameters

format
string
required

xmeml (Premiere / DaVinci), fcpxml (Final Cut Pro X), edl (CMX-3600), or otio (OpenTimelineIO JSON).

frame_rate
number | null

Frame rate of your source footage (e.g. 25, 29.97, 23.976). Required for the frame-based formats xmeml/edl/fcpxml; ignored by otio.

Required range: 0 < x <= 240

Response

The cut as an NLE exchange file (attachment).

The response is of type file.