Apply remix actions to a project
Applies an ordered list of edits (background music, logo overlay, caption visibility/style) to a project. Each action runs asynchronously as its own remix action; the response returns one remix action id per action in order. Set saveAsNewProject to apply the edits to a copy and leave the original untouched. Poll GET /v1/projects/{projectId}/remix-actions for status.
Authentication
Path parameters
The project id (e.g. vg_proj_...).
Request
When true, the project is duplicated first and the edits are applied to the copy, leaving the original untouched. The response’s projectId is the copy. Defaults to false (edits the project in place).
Response
Id of the edited project (the duplicate when saveAsNewProject was true).
Opaque remix action ids (e.g. vg_rmix_...), one per requested action in order.