Authorization: Bearer ********************{
"duration": 5,
"img_id": 1,
"model": "v6",
"template_id": 0,
"motion_mode": "normal",
//"camera_movement": "zoom_in", // 可以在文/图生视频添加运镜(支持v4,v4.5版本)参数请参考文档
"prompt": "string",
"quality": "720p",
//"template_id": 302325299692608, //激活模版才可使用此字段
//"sound_effect_switch":true,
//"sound_effect_content":"",
//"lip_sync_tts_switch":true,
//"lip_sync_tts_content":"",
//"lip_sync_tts_speaker_id":"",
"seed": 0
}curl --location 'https://api.kuai.host/openapi/v2/video/img/generate' \
--header 'API-KEY: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"duration": 5,
"img_id": 1,
"model": "v6",
"template_id": 0,
"motion_mode": "normal",
//"camera_movement": "zoom_in", // 可以在文/图生视频添加运镜(支持v4,v4.5版本)参数请参考文档
"prompt": "string",
"quality": "720p",
//"template_id": 302325299692608, //激活模版才可使用此字段
//"sound_effect_switch":true,
//"sound_effect_content":"",
//"lip_sync_tts_switch":true,
//"lip_sync_tts_content":"",
//"lip_sync_tts_speaker_id":"",
"seed": 0
}'{}