Save Draft
capcut_save_draftSaves a video draft to a folder for import into CapCut, finalizing the draft for use in editing.
Instructions
Save the draft to a file that can be imported into CapCut.
This tool finalizes the draft and generates a folder that can be copied to the CapCut drafts directory.
Args:
draft_id (string): The draft ID to save
response_format ('markdown' | 'json'): Output format
Returns: { "draft_url": string, // Path to the saved draft folder "status": "saved" }
The draft folder starts with "dfd_" and should be copied to:
Windows: C:\Users<username>\AppData\Local\CapCut\User Data\Projects\Draft Content
macOS: ~/Library/Containers/com.lemon.lvpro/Data/Documents/JianyingPro/User Data/Projects/Draft Content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | The ID of the draft to save | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |