Prompt Detail

Prompt

A classical marble statue in a museum gallery slowly cracks. Fragments of stone flake off to reveal the living figure beneath, who takes a first breath and turns to look at the camera. Soft museum lighting, dust motes, mythic realism, subtle shift from cold marble to warm skin tones.

Seedance 2.0
transformation

fal.ai Ready JSON

{
  "prompt": "A classical marble statue in a museum gallery slowly cracks. Fragments of stone flake off to reveal the living figure beneath, who takes a first breath and turns to look at the camera. Soft museum lighting, dust motes, mythic realism, subtle shift from cold marble to warm skin tones.",
  "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 classical marble statue in a museum gallery slowly cracks. Fragments of stone flake off to reveal the living figure beneath, who takes a first breath and turns to look at the camera. Soft museum lighting, dust motes, mythic realism, subtle shift from cold marble to warm skin tones.",
      "aspect_ratio": "16:9",
      "resolution": "720p",
      "duration": "auto",
      "generate_audio": true
  },
});

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

Video URL