Prompt Detail

Prompt

Close-up of a folded paper crane on a wooden desk. The paper begins to ripple, edges curl, and the crane slowly transforms into a real living butterfly which takes flight out of frame. Warm library lighting, shallow focus, whimsical wonder, realistic macro textures transitioning to organic life.

Seedance 2.0
transformation

fal.ai Ready JSON

{
  "prompt": "Close-up of a folded paper crane on a wooden desk. The paper begins to ripple, edges curl, and the crane slowly transforms into a real living butterfly which takes flight out of frame. Warm library lighting, shallow focus, whimsical wonder, realistic macro textures transitioning to organic life.",
  "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": "Close-up of a folded paper crane on a wooden desk. The paper begins to ripple, edges curl, and the crane slowly transforms into a real living butterfly which takes flight out of frame. Warm library lighting, shallow focus, whimsical wonder, realistic macro textures transitioning to organic life.",
      "aspect_ratio": "16:9",
      "resolution": "720p",
      "duration": "auto",
      "generate_audio": true
  },
});

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

Video URL