Prompt Detail

Prompt

Handheld camera weaves through a crowded Southeast Asian night market. Golden light from hanging bulbs reflects off wet pavement. Tight tracking shots move between stalls: a wok erupts in a column of flame, skewers char on an open grill, a vendors hands fold a banana leaf around sticky rice with practiced speed. Medium shot: a young couple shares a bowl of noodles at a plastic table, steam rising between them.

Seedance 2.0
cinematic

fal.ai Ready JSON

{
  "prompt": "Handheld camera weaves through a crowded Southeast Asian night market. Golden light from hanging bulbs reflects off wet pavement. Tight tracking shots move between stalls: a wok erupts in a column of flame, skewers char on an open grill, a vendors hands fold a banana leaf around sticky rice with practiced speed. Medium shot: a young couple shares a bowl of noodles at a plastic table, steam rising between them.",
  "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": "Handheld camera weaves through a crowded Southeast Asian night market. Golden light from hanging bulbs reflects off wet pavement. Tight tracking shots move between stalls: a wok erupts in a column of flame, skewers char on an open grill, a vendors hands fold a banana leaf around sticky rice with practiced speed. Medium shot: a young couple shares a bowl of noodles at a plastic table, steam rising between them.",
      "aspect_ratio": "16:9",
      "resolution": "720p",
      "duration": "auto",
      "generate_audio": true
  },
});

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

Video URL