curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "kling/v2-1-master-text-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "士兵从运输机跳下的第一人称视角——镜头因气流颠簸而晃动,氧气面罩的反光忽明忽暗——云层散开时,下方战场中防空火力与导弹尾迹交织闪动",
"duration": "5",
"aspect_ratio": "16:9",
"negative_prompt": "模糊、畸变、低画质",
"cfg_scale": 0.5
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "task_kling_1765187781310"
}
}