{
"prompt": "<视频编辑提示词>",
"model": "<平台模型>",
"input_reference": "<输入参考的URL或者base64>"
}curl --location '/v1/videos//remix' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "<视频编辑提示词>",
"model": "<平台模型>",
"input_reference": "<输入参考的URL或者base64>"
}'{}
