Save CapCut Draft
capcut_save_draftFinalize a video draft to open in CapCut/Jianying. Generates a folder or URL after adding all tracks and effects.
Instructions
Save/finalize a draft so it can be opened in CapCut/Jianying. Call this last, after adding all desired tracks/effects.
Args:
draft_id (string, required): From capcut_create_draft.
Returns: JSON including result.draft_url and/or the local draft folder path. Per VectCutAPI docs, saving generates a folder starting with 'dfd_' next to capcut_server.py — copy it into your CapCut/Jianying drafts directory to open it in the app.
Note: safe to call multiple times on the same draft_id (re-saves with current state).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | The draft_id returned by capcut_create_draft. |