cURL
curl --request POST \ --url http://localhost:6699/api/v1/export/premiere-xml \ --header 'Content-Type: application/json' \ --header 'X-License-Key: <api-key>' \ --data ' { "clips": [ { "source_path": "<string>", "start_seconds": 123, "end_seconds": 123 } ], "output_path": "<string>", "sequence_name": "Untitled Sequence", "timebase": 24 } '
{ "output_path": "<string>", "clip_count": 123, "total_duration_seconds": 123 }
Generates a Premiere Pro compatible XML sequence file (XMEML v4) from a list of clips. The XML can be imported into Premiere Pro, DaVinci Resolve, Avid, or other NLEs.
Jumper Pro license key passed via header
Show child attributes
Where to write the XML file
Name of the sequence in the NLE
Sequence frame rate (e.g. 24, 25, 30)
XML generated
Was this page helpful?