Authorization: Bearer ********************{
"model_name": "kling-v1",
"prompt": "一只可爱的小狗在太空中开心的玩耍",
"negative_prompt": "模糊,低质量",
"duration": 5,
"aspect_ratio": "16:9",
"cfg_scale": 0.5,
"mode": "std"
}curl --location --request POST '/kling/v1/videos/text2video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model_name": "kling-v1",
"prompt": "一只可爱的小狗在太空中开心的玩耍",
"negative_prompt": "模糊,低质量",
"duration": 5,
"aspect_ratio": "16:9",
"cfg_scale": 0.5,
"mode": "std"
}'{}