Prompt Detail

Prompt

Extreme macro shot of a single raindrop landing on a red rose petal in slow motion. The impact creates a perfect crown splash, sending micro-droplets into the air. Each tiny droplet refracts the garden behind it. The camera holds perfectly still as the splash settles and the petal gently bobs. Shallow depth of field, backlit by diffused morning light.

Seedance 2.0
nature

fal.ai Ready JSON

{
  "prompt": "Extreme macro shot of a single raindrop landing on a red rose petal in slow motion. The impact creates a perfect crown splash, sending micro-droplets into the air. Each tiny droplet refracts the garden behind it. The camera holds perfectly still as the splash settles and the petal gently bobs. Shallow depth of field, backlit by diffused morning light.",
  "aspect_ratio": "16:9",
  "resolution": "720p",
  "duration": "auto",
  "generate_audio": true
}
Run on fal.ai

TypeScript SDK

import { fal } from "@fal-ai/client";

const result = await fal.subscribe("bytedance/seedance-2.0/text-to-video", {
  input: {
      "prompt": "Extreme macro shot of a single raindrop landing on a red rose petal in slow motion. The impact creates a perfect crown splash, sending micro-droplets into the air. Each tiny droplet refracts the garden behind it. The camera holds perfectly still as the splash settles and the petal gently bobs. Shallow depth of field, backlit by diffused morning light.",
      "aspect_ratio": "16:9",
      "resolution": "720p",
      "duration": "auto",
      "generate_audio": true
  },
});

console.log(result.data.video.url);

Video URL