Skip to main content
POST
/
v3
/
async
/
sora-2-remix-reverse
OpenAI Sora 2 (reverse) Edit Video
curl --request POST \
  --url https://api.highwayapi.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 generated by OpenAI Sora 2 (reverse) Video Generation, helping maintain a certain level of consistency.
This is an asynchronous API and will only return the task_id of the asynchronous task. You should use this task_id to request the Get Task Result API to retrieve the video generation result.

Request Headers

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

Request Body

prompt
string
required
The 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 Information

task_id
string
required
The task_id of the asynchronous task. You should use this task_id to request the Get Task Result API to obtain the generation result.