curl --location --request POST 'https://open.capcutapi.top/cut_jianying/generate_video' \
--header 'Authorization: Bearer your-api-key' \
--header 'Content-Type: application/json' \
--data-raw '{
"draft_id": "draft id", // 草稿ID(必填,指定要导出的目标草稿)
"license_key": "your license key", // 授权密钥(必填,从这里获取:https://www.coze.cn/store/project/7498257920212647946?entity_id=1&bid=6gsgqbnsk6g1e)
"resolution": "720P", // 视频分辨率(选填,默认"720P",可选值如"480P"、"720P"、"1080P"、"2K"、"4K"等)
"framerate": "24" // 视频帧率(选填,默认"24",可选值如"24"、"25"、"30"、"50"、"60"等)
}'
{
"error": "",
"output": {
"error": null,
"success": true,
"task_id": "6c653617-8133-4c51-8bd0-8635e9e25879"
},
"purchase_link": "https://sguann.gumroad.com/l/vfzutl?wanted=true",
"success": true
}