Request
Body Params application/json
{
"width": 1080,
"height": 1920
}
Request Code Samples
curl --location --request POST 'https://open.capcutapi.top/cut_capcut/create_draft' \
--header 'Authorization: Bearer your-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"width": 1080,
"height": 1920
}'
Responses
application/json {
"error": "",
"output": {
"draft_id": "dfd_cat_1753857227_67ff5b3b",
"draft_url": "https://www.capcutapi.top/draft/downloader?draft_id=dfd_cat_1753857227_67ff5b3b"
},
"purchase_link": "https://www.coze.cn/store/project/7498257920212647946?entity_id=1&bid=6g6miqtbk3009",
"success": true
}
Modified at 2025-08-07 09:31:19