Prompt Detail

Prompt

Camera rushes forward through a corridor of vertical neon light strips that warp and stretch as if the camera is accelerating through hyperspace. Colors shift from cyan to magenta to white. Lens flare streaks across the frame. High energy abstract motion visual, editorial rhythm.

Seedance 2.0
abstract

fal.ai Ready JSON

{
  "prompt": "Camera rushes forward through a corridor of vertical neon light strips that warp and stretch as if the camera is accelerating through hyperspace. Colors shift from cyan to magenta to white. Lens flare streaks across the frame. High energy abstract motion visual, editorial rhythm.",
  "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": "Camera rushes forward through a corridor of vertical neon light strips that warp and stretch as if the camera is accelerating through hyperspace. Colors shift from cyan to magenta to white. Lens flare streaks across the frame. High energy abstract motion visual, editorial rhythm.",
      "aspect_ratio": "16:9",
      "resolution": "720p",
      "duration": "auto",
      "generate_audio": true
  },
});

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

Video URL