---
title: "Remix an existing video"
method: POST
path: "/openai/v1/videos/{video_id}/remix"
tags: ["OpenAI Integration"]
---

# Remix an existing video

`POST /openai/v1/videos/{video_id}/remix`

Creates a new generation by remixing a prior video with new prompt parameters.

## Path parameters

- `video_id` string, required

## Request body

- object — OpenAI video-remix request payload.

## Response `200`

Successful response

- object

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/revisions/f8cab88f64ea/schema)
