Skip to main content
Endpoint: POST https://fal.run/fal-ai/sora-2/video-to-video/remix Endpoint ID: fal-ai/sora-2/video-to-video/remix

Try it in the Playground

Run this model interactively with your own prompts.

Quick Start

Input Schema

string
required
The video_id from a previous Sora 2 generation. Note: You can only remix videos that were generated by Sora (via text-to-video or image-to-video endpoints), not arbitrary uploaded videos.
string
required
Updated text prompt that directs the remix generation
boolean
default:"true"
Whether to delete the video after generation for privacy reasons. If True, the video cannot be used for remixing and will be permanently deleted. Default value: true

Output Schema

VideoFile
required
The generated video
string
required
The ID of the generated video
ImageFile
Thumbnail image for the video
ImageFile
Spritesheet image for the video

Input Example

Output Example