Sora 2
Remix a Sora 2 video
Use Sora 2 Remix video API (POST /v1/videos//remix) to transform an existing video_id with new prompts, style, and variations via CometAPI.
POST
cURL
Use this endpoint to create a variation of a completed Sora video without starting from scratch. Remix works well when you keep the change narrow and explicit.
Good remix prompts
- Ask for one clear change instead of rewriting the whole scene
- Keep references to lighting, palette, camera motion, or mood specific
- Start from a completed source video, not an in-progress job
Remix flow
Finish the base render first
Create a source video with Create Video and wait until it completes.
Submit the remix request
Pass the completed
video_id with a prompt that describes one focused change.Poll and download the remix
Treat the remix response as a new async job, poll it with Retrieve Video, then download it with Retrieve Video Content.
How it maps to OpenAI
This follows OpenAI’s documented remix pattern. CometAPI keeps the same concept, but you stay on the CometAPI base URL and auth model for the whole workflow.Authorizations
Bearer token authentication. Use your CometAPI key.
Path Parameters
Completed source video id.
Body
application/json
Describe the change you want to make to the existing video.
Example:
"Shift the color palette to teal, sand, and rust, with a warm backlight."