Prompt Detail

Prompt

Aerial drone shot following a lone vintage red Porsche 911 racing along a winding coastal highway at golden hour. The camera sweeps from directly above, gradually pulling back to reveal dramatic sea cliffs and crashing waves below. Lens flare from the setting sun, cinematic color grade with warm amber highlights and cool ocean blues. The car engine roar fades into the sound of wind and waves.

Seedance 2.0
cinematic

fal.ai Ready JSON

{
  "prompt": "Aerial drone shot following a lone vintage red Porsche 911 racing along a winding coastal highway at golden hour. The camera sweeps from directly above, gradually pulling back to reveal dramatic sea cliffs and crashing waves below. Lens flare from the setting sun, cinematic color grade with warm amber highlights and cool ocean blues. The car engine roar fades into the sound of wind and waves.",
  "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": "Aerial drone shot following a lone vintage red Porsche 911 racing along a winding coastal highway at golden hour. The camera sweeps from directly above, gradually pulling back to reveal dramatic sea cliffs and crashing waves below. Lens flare from the setting sun, cinematic color grade with warm amber highlights and cool ocean blues. The car engine roar fades into the sound of wind and waves.",
      "aspect_ratio": "16:9",
      "resolution": "720p",
      "duration": "auto",
      "generate_audio": true
  },
});

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

Video URL