{
"generate_task_id": 0,
"order_num": "string",
"bgm": "string",
"dubbing": "string",
"dubbing_type": "string"
}curl --location 'https://openapi.jieshuo.cn/v1/task/create/video_synthesis' \
--header 'Content-Type: application/json' \
--data '{
"generate_task_id": 0,
"order_num": "string",
"bgm": "string",
"dubbing": "string",
"dubbing_type": "string"
}'{
"code": 10000,
"message": "success",
"data": {
"order_num": "script_685a69d9_xuVh5r",
"total_tasks": 2,
"tasks": [
{
"task_id": 52732,
"status": "started",
"message": "视频合成工作流已启动"
},
{
"task_id": 52733,
"status": "started",
"message": "视频合成工作流已启动"
}
]
}
}