Skip to main content
POST
  • Sora2 video remix feature
  • Remix and edit existing generated videos
  • Supports secondary creation based on existing videos
  • Asynchronous processing mode, returns task ID for subsequent queries

Path Parameters

string
required
Original video task IDThis is the task ID returned from a previous video generation request

Authorizations

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

Body

string
default:"sora-2"
required
Video remix model nameSupported models:
  • sora-2 - Standard version
  • sora-2-pro - Professional version, supports longer duration
  • sora-2-vip - VIP version, higher priority
Example: "sora-2" or "sora-2-pro"
string
required
Remix instruction description
integer
Video duration in seconds
  • sora-2: Supports 10 or 15 seconds
  • sora-2-pro: Supports 15 seconds (HD) or 25 seconds
Example: 15
string
Video aspect ratioSupported ratios:
  • 16:9 - Standard widescreen (recommended)
  • 9:16 - Portrait mode
  • 1:1 - Square
Example: "16:9"

Response

string
Unique task identifier for status queries
string
Object type, always generation.task
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)
object
Task metadata