Prompt Detail

Prompt

A drop of black ink falls into a glass of water in extreme slow motion. It blooms into an expanding cloud of tendrils and curls. Backlit against a soft white gradient. Macro framing, razor-sharp focus on the bloom front, meditative pace. Pure abstract fluid dynamics.

Seedance 2.0
abstract

fal.ai Ready JSON

{
  "prompt": "A drop of black ink falls into a glass of water in extreme slow motion. It blooms into an expanding cloud of tendrils and curls. Backlit against a soft white gradient. Macro framing, razor-sharp focus on the bloom front, meditative pace. Pure abstract fluid dynamics.",
  "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": "A drop of black ink falls into a glass of water in extreme slow motion. It blooms into an expanding cloud of tendrils and curls. Backlit against a soft white gradient. Macro framing, razor-sharp focus on the bloom front, meditative pace. Pure abstract fluid dynamics.",
      "aspect_ratio": "16:9",
      "resolution": "720p",
      "duration": "auto",
      "generate_audio": true
  },
});

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

Video URL