{
"aspect_ratio": "16:9",
"cfg_scale": 0.5,
"duration": 5,
"prompt": "Wide-angle shot. A lone figure with a large backpack walking through a dust storm-swept post-apocalyptic desert ruin. Wind blowing their cloak. Slow camera dolly out to reveal the desolate environment. Grainy film look.",
"sound": false
}curl --location --request POST 'https://api.302.ai/ws/api/v3/kwaivgi/kling-v3.0-std/text-to-video' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"aspect_ratio": "16:9",
"cfg_scale": 0.5,
"duration": 5,
"prompt": "Wide-angle shot. A lone figure with a large backpack walking through a dust storm-swept post-apocalyptic desert ruin. Wind blowing their cloak. Slow camera dolly out to reveal the desolate environment. Grainy film look.",
"sound": false
}'{
"code": 200,
"message": "success",
"data": {
"id": "578532912e3240d3a8921d375eda1c76",
"model": "kwaivgi/kling-v3.0-std/text-to-video",
"outputs": [],
"urls": {
"get": "https://api.302.ai/ws/api/v3/predictions/578532912e3240d3a8921d375eda1c76/result"
},
"has_nsfw_contents": [],
"status": "created",
"created_at": "2026-02-06T08:55:02.018Z",
"code": 0,
"error": "",
"executionTime": 0,
"timings": {
"inference": 0
}
}
}