Macro — ink drop in water
Extreme close-up of a single drop of dark blue ink falling into a glass of perfectly still water. The moment of impact creates a small crown splash, then billowing clouds of ink expand outward in fractal tendrils. The ink forms mushroom-cloud shapes and delicate filaments as it disperses through the water. Shot against a bright white backlight that makes the ink patterns appear as dark silhouettes with translucent edges where the concentration thins. Ultra slow motion capturing every micro-turbulence. The camera remains perfectly static — all motion comes from the ink itself.
查看 API 代码
curl -X POST https://runapi.ai/api/v1/seedance/text_to_video \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "seedance-2.0-fast",
"prompt": "Extreme close-up of a single drop of dark blue ink falling into a glass of perfectly still water. The moment of impact creates a small crown splash, then billowing clouds of ink expand outward in fractal tendrils. The ink forms mushroom-cloud shapes and delicate filaments as it disperses through the water. Shot against a bright white backlight that makes the ink patterns appear as dark silhouettes with translucent edges where the concentration thins. Ultra slow motion capturing every micro-turbulence. The camera remains perfectly static — all motion comes from the ink itself."
}
JSON