Export project
export_projectKick off a video export of the project. Returns immediately with an export_id; the export pipeline runs in the background. The user can find the rendered video in the Exports tab in the editor.
Defaults: 1080p / 30fps / no captions / English. Pass overrides only when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Frames per second (default 30) | |
| captions | No | Burn subtitles into the video (default false) | |
| project_id | Yes | The project ID to export | |
| resolution | No | Output resolution (default 1080p) |