Authorization: Bearer ********************{
"model": "kling-v1",
"prompt": "宇航员站起身走了",
"duration": 5,
"width": 1280,
"height": 720,
"fps": 30
}curl --location --request POST '/kling/v1/videos/text2video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling-v1",
"prompt": "宇航员站起身走了",
"duration": 5,
"width": 1280,
"height": 720,
"fps": 30
}'{
"task_id": "abcd1234efgh",
"status": "queued"
}