curl --location --request POST 'https://open.vectcut.com/cut_jianying/agent/submit_agent_task' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"agent_id": "koubo_8f4e3d2a91c74b76a85d2c4e7f8a9b1c",
"params": {
"video_url": [
"https://player.install-ai-guider.top/example/VID_20260120_211842.mp4"
], // 原视频链接,必填,只能填1个。
// "text_content":"",// 原视频正确文案,选填,小语种或者方言必填
"title": "测试知识科普口播421-4", // 顶部标题,必填
// "cover": [
// "https://player.install-ai-guider.top/example/mao.webp"
// ], // 封面,选填
// "name": "测试草稿" // 草稿名,选填
}
}'