v2.2.0 — Auto-export after a workflow run
Workflow start requests can now render an MP4 before the run is marked succeeded. Set autoExport: true (REST and SDK default is still false). MCP workflow tools default autoExport to true. Zapier, Make, n8n, and Pipedream always auto-export (the field is not shown) and wait until the MP4 is ready. When auto-export is on, wait until status is succeeded and use downloadUrl. Remix actions on the same start request finish before that export.
Added
autoExportandexportOptionson workflow starts: All five workflow start bodies acceptautoExportand optionalexportOptions(same shape asPOST /v1/projects/{projectId}/export). Omitted export fields use the same defaults as a standalone export.- Export fields on
WorkflowRunandworkflow_run.*webhooks:exportId,downloadUrl,downloadUrlExpiresAt,exportFileId,thumbnailUrl, andthumbnailUrlExpiresAtare always present. They arenulluntil an auto-export succeeds. - MCP default: Workflow tools (
script_to_video,voiceover_to_video,slideshow_to_video,storyboard_to_video,prompt_to_video_clip) defaultautoExporttotrue. Passfalseonly if you will remix and export yourself. - Zapier, Make, n8n, and Pipedream: Auto-export is always on. Each action waits until the run succeeds, then returns
projectId,projectUrl,downloadUrl, andthumbnailUrl.
Fixed
- File upload:
POST /v1/files/uploadno longer errors before the upload URL is issued. SDKcreateFileUploadand MCPcreate_file_upload/upload_fileare the same. - Workflow
aspectRatio: Script-to-video, voiceover-to-video, slideshow-to-video, storyboard-to-video, and prompt-to-video-clip apply theaspectRatioyou send (including 9:16) to the generated project.GET /v1/projects/{projectId}returns that ratio. - Video clip generation:
POST /v1/tools/generate-video-clipand storyboard scene clips are less likely to fail when a generation job is retried.