clips_data_links_text — 剪辑数据文件路径(来自剪辑数据生成任务的输出)clip_template — 剪辑模板名称task_count — 合成变体数量(1-10,默认 1)app-key: ********************{
"callback_data": "custom-opaque-data",
"clip_template": "默认模板",
"clips_data_links_text": "https://oss.example.com/clips/20240101/clips_data.json",
"task_count": 1
}curl --location 'https://api.jieshuo.cn/v1/tasks/video-composing' \
--header 'x-code;' \
--header 'app-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"callback_data": "custom-opaque-data",
"clip_template": "默认模板",
"clips_data_links_text": "https://oss.example.com/clips/20240101/clips_data.json",
"task_count": 1
}'{
"code": 10000,
"message": "Success",
"data": {
"task_id": "string",
"status": 0,
"estimated_points": 0,
"message": "Task created"
}
}