Skip to main content
POST
OpenAI Sora 2 (reverse) Video Editing
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

string
required
Enum: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

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

Response

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.