curl --location --request POST 'https://open.capcutapi.top/cut_jianying/create_draft' \
--header 'Authorization: Bearer your-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"width": 1080, // 视频宽度(选填,默认 1080 )
"height": 1920 // 视频高度(选填,默认 1920 )
}'
{
"error": "",
"output": {
"draft_id": "dfd_cat_1752305579_38e2e11b",
"draft_url": "https://www.install-ai-guider.top/draft/downloader?draft_id=dfd_cat_1752305579_38e2e11b"
},
"purchase_link": "https://www.coze.cn/store/project/7498257920212647946?entity_id=1&bid=6g6miqtbk3009",
"success": true
}