Prompt Detail

Prompt

Sweeping drone shot ascending from a misty valley floor, slowly revealing a vast mountain range at sunrise, golden light breaking through clouds and casting long shadows across pine forests, orchestral grandeur, National Geographic documentary quality, ultra-smooth camera movement

Seedance 2.0
nature

fal.ai Ready JSON

{
  "prompt": "Sweeping drone shot ascending from a misty valley floor, slowly revealing a vast mountain range at sunrise, golden light breaking through clouds and casting long shadows across pine forests, orchestral grandeur, National Geographic documentary quality, ultra-smooth camera movement",
  "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": "Sweeping drone shot ascending from a misty valley floor, slowly revealing a vast mountain range at sunrise, golden light breaking through clouds and casting long shadows across pine forests, orchestral grandeur, National Geographic documentary quality, ultra-smooth camera movement",
      "aspect_ratio": "16:9",
      "resolution": "720p",
      "duration": "auto",
      "generate_audio": true
  },
});

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

Video URL