Create CapCut Draft
capcut_create_draftCreate a new CapCut video draft with custom width and height. Returns the draft_id required for all subsequent editing and saving operations.
Instructions
Create a new CapCut/Jianying video draft (project). This must be called first — every other capcut_* tool needs the draft_id it returns.
Args:
width (number): Canvas width in pixels. Default 1080.
height (number): Canvas height in pixels. Default 1920 (portrait). Use 1920x1080 for landscape.
Returns: JSON including result.draft_id (string) — pass this to all subsequent add_*/save_draft calls.
Example: Use when starting any new video project, e.g. "make a 9:16 short" -> width=1080, height=1920.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Canvas width in pixels (e.g. 1080 for portrait, 1920 for landscape). | |
| height | No | Canvas height in pixels (e.g. 1920 for portrait, 1080 for landscape). |