Nature timelapse — clouds rolling over mountain pass
Timelapse of thick cumulus clouds pouring through a narrow mountain pass like a slow-motion waterfall of vapor. The camera is positioned on a ridge looking across the pass at eye level with the cloud tops. Clouds spill over the rocky saddle, cascade down the far slope, and dissipate as they descend into the warmer valley below. The sun moves across the sky creating shifting shadows on the mountain faces. Alpine meadow with wildflowers in the foreground remains in sharp focus while clouds are the primary motion element. Golden hour light transitions through the sequence.
View API Code
curl -X POST https://runapi.ai/api/v1/kling/text_to_video \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "kling-3.0",
"prompt": "Timelapse of thick cumulus clouds pouring through a narrow mountain pass like a slow-motion waterfall of vapor. The camera is positioned on a ridge looking across the pass at eye level with the cloud tops. Clouds spill over the rocky saddle, cascade down the far slope, and dissipate as they descend into the warmer valley below. The sun moves across the sky creating shifting shadows on the mountain faces. Alpine meadow with wildflowers in the foreground remains in sharp focus while clouds are the primary motion element. Golden hour light transitions through the sequence."
}
JSON