{
"prompt": "女孩对着镜头微笑,背景是海边日落",
"model": "kling-v3-omni",
"images": [
{
"url": "https://example.com/first.jpg",
"role": "first_frame"
}
],
"aspect_ratio": "9:16",
"duration": 5,
"kling_mode": "pro"
}curl --location '/v1/kling/video/task/create' \
--header 'Authorization: {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "女孩对着镜头微笑,背景是海边日落",
"model": "kling-v3-omni",
"images": [
{
"url": "https://example.com/first.jpg",
"role": "first_frame"
}
],
"aspect_ratio": "9:16",
"duration": 5,
"kling_mode": "pro"
}'{
"id": "task_loh83kSwT6jUsfpzDACa54xUPlW1FaI6",
"task_id": "task_loh83kSwT6jUsfpzDACa54xUPlW1FaI6",
"object": "video",
"model": "kling-v3-omni",
"status": "queued",
"progress": 0,
"created_at": 1787125048
}