{
"model": "kling-v3-std-silent",
"prompt": "广角电影感镜头,一个旅行者独自穿过满是尘土的沙漠废墟,披风被风吹动,镜头缓慢拉远,动作真实自然,氛围感强。",
"aspect_ratio": "16:9",
"duration": 5,
"extra_body": {
"cfg_scale": 0.5,
"shot_type": "customize",
"negative_prompt": "模糊, 低细节"
}
}curl --location --request POST '/v1/video/generations' \
--header 'Authorization: Bearer {your_token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-v3-std-silent",
"prompt": "广角电影感镜头,一个旅行者独自穿过满是尘土的沙漠废墟,披风被风吹动,镜头缓慢拉远,动作真实自然,氛围感强。",
"aspect_ratio": "16:9",
"duration": 5,
"extra_body": {
"cfg_scale": 0.5,
"shot_type": "customize",
"negative_prompt": "模糊, 低细节"
}
}'{}