Authorization: Bearer ********************{
"model_name": "kling-v1",
"prompt": "A drone shot of a beautiful coastline at golden hour sunset",
"mode": "std",
"duration": "5",
"aspect_ratio": "16:9"
}curl --location 'https://api.kuai.host/kling/v1/videos/text2video' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model_name": "kling-v1",
"prompt": "A drone shot of a beautiful coastline at golden hour sunset",
"mode": "std",
"duration": "5",
"aspect_ratio": "16:9"
}'{
"code": 0,
"message": "SUCCEED",
"request_id": "603e2a28-fb89-4146-ae33-412d74012a6d",
"data": {
"task_id": "831922345719271433",
"task_status": "submitted",
"task_info": {},
"created_at": 1766374262370,
"updated_at": 1766374262370
}
}