Prompt Detail

Prompt

First-person POV dive footage. A scuba diver descends into a pitch-black ocean. The only light is the divers torch cutting a narrow beam. At depth, the torch clicks off. Total darkness for two seconds. Then faint blue pulses. Bioluminescent creatures begin appearing: a jellyfish drifts past trailing light. A school of fish materialises as a glowing spiral.

Seedance 2.0
nature

fal.ai Ready JSON

{
  "prompt": "First-person POV dive footage. A scuba diver descends into a pitch-black ocean. The only light is the divers torch cutting a narrow beam. At depth, the torch clicks off. Total darkness for two seconds. Then faint blue pulses. Bioluminescent creatures begin appearing: a jellyfish drifts past trailing light. A school of fish materialises as a glowing spiral.",
  "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": "First-person POV dive footage. A scuba diver descends into a pitch-black ocean. The only light is the divers torch cutting a narrow beam. At depth, the torch clicks off. Total darkness for two seconds. Then faint blue pulses. Bioluminescent creatures begin appearing: a jellyfish drifts past trailing light. A school of fish materialises as a glowing spiral.",
      "aspect_ratio": "16:9",
      "resolution": "720p",
      "duration": "auto",
      "generate_audio": true
  },
});

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

Video URL