Video editing API
Apply captions, motion, transitions, music, logos, and other production changes to an existing VideoGen project through ordered remix actions.
Workflow outputs remain structured projects, ready for captions, transitions, motion, resizing, and export.
Vertical product ad project
A short-form ad that can be duplicated, resized, branded, or polished with ordered remix actions.
Captioned explainer project
A multi-scene explainer whose captions, transitions, and generated media remain editable.
Voice-led education project
A narrated project ready for visual motion, transition, transcript, and export automation.
Keep the project editable while your application controls repeatable production changes.
Dependent edits preserve request order, while independent actions can run in parallel.
Duplicate a project before editing so the original version remains unchanged.
Export completed projects and retrieve the finished file through the same integration.
Start with a workflow-generated project or an existing project id from your team.
Send the ordered edits you want and choose whether to modify or duplicate the project.
Poll remix action status, then export the completed project in your required format.
This request keeps the original project unchanged and applies edits to a copy.
View complete API documentationcurl -X POST https://api.videogen.io/v1/projects/vg_proj_.../remix \
-H "Authorization: Bearer sk_videogen_live_..." \
-H "Content-Type: application/json" \
-d '{
"saveAsNewProject": true,
"remixActions": [
{ "type": "ENABLE_CAPTIONS" },
{
"type": "CONVERT_IMAGES_TO_VIDEOS",
"motionPrompt": "subtle documentary camera movement",
"muteOutputVideos": true,
"quality": "HIGH"
}
]
}'Apply repeatable captions, logos, music, and formatting across markets.
Create edited variants while preserving the original project.
Combine API automation with manual review in the VideoGen editor.