Skip to main content
POST
The remix feature allows you to modify specific aspects of an existing video while preserving its core elements. By referencing the previous video ID from a successfully completed generation, and supplying an updated prompt, the system maintains the original video’s framework, scene transitions, and visual layout while implementing your requested changes.
For optimal results, limit your modifications to one clearly articulated adjustment. Narrow, precise edits retain greater fidelity to the source material and minimize the likelihood of generating visual defects.

Authorizations

string
required
All endpoints require Bearer Token authenticationGet your API Key from the API Key Management PageAdd to request header:

Path Parameters

string
required
The ID of a previously completed video to remixExample: "video_01K8SGYNNNVBQTXNR4MM964S7K"

Body

string
required
Video generation model nameMust use sora-2-official for Azure Sora 2 remixExample: "sora-2-official"
string
required
Updated text description for the remixed videoDescribe the specific changes you want to make to the original video. Be precise and focused on one clear modification.Example: "Shift the color palette to teal, sand, and rust, with a warm backlight"

Response

string
Unique task identifier for the remixed video
string
Object type, always video
string
Model name used
string
Task status
  • queued - Queued for processing
  • in_progress - Processing
  • completed - Successfully completed
  • failed - Failed
integer
Task progress percentage (0-100)
integer
Task creation timestamp (Unix timestamp)
string
The original video ID that was remixed
string
Video duration in seconds
string
Video resolution (e.g., “1280x720”)