Apply remix actions
Layer edits onto a project after the video is built.
Remix actions are edits applied to a project after a workflow builds it: background music, a logo overlay, caption changes, transitions, or open-ended natural-language edits. This step is optional. Skip ahead to export if your video is ready as-is.
You can apply remix actions two ways:
- In the same workflow call, by passing a
remixActionsarray (each runs after the video is built). - On an existing project, by calling
POST /v1/projects/{projectId}/remix.
Apply to an existing project
Send an ordered list of edits. Each runs asynchronously as its own remix action, and the response returns one remix action id per edit in order.
TypeScript
cURL
Poll GET /v1/projects/{projectId}/remix-actions until each action’s status is terminal. Pass saveAsNewProject: true to apply the edits to a copy and leave the original untouched.
Next steps
- Remix actions reference: Every action type and its fields.
- Export your video: Render the project to an MP4.