Sora 2 Official (Azure)
Azure Sora 2 Remix
Remix an existing video using Azure Sora 2 model
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.
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
videostring
Model name used
string
Task status
queued- Queued for processingin_progress- Processingcompleted- Successfully completedfailed- 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”)