Skip to main content
POST
/
v3
/
async
/
sora-2-remix-reverse
OpenAI Sora 2 (reverse) Video Editing
curl --request POST \
  --url https://api.myrouter.ai/v3/async/sora-2-remix-reverse \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: <content-type>' \
  --data '
{
  "prompt": "<string>",
  "task_id": "<string>"
}
'
{
  "task_id": "<string>"
}
Supports editing videos already generated by OpenAI Sora 2 (reverse) Video Generation, with a degree of consistency maintained.
This is an async API that only returns the task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.

Request Headers

Content-Type
string
required
Enum: application/json
Authorization
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

prompt
string
required
Positive text prompt for video editing.
task_id
string
required
The task_id returned from generating a video using OpenAI Sora 2 (reverse) Video Generation.

Response

task_id
string
required
The task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.