Models Hub
API ReferenceVideo

Create a remix task from an existing video.

Create a remix task from an existing video. This endpoint is derived from the current new-api router code and returns a unified management API response; the specific `data` structure varies by business object.

Edit this page
POST
/v1/videos/{video_id}/remix

Path Parameters

video_id*integer

The video_id field.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/videos/0/remix" \  -H "Content-Type: application/json" \  -d '{    "model": "veo-3.1-generate-preview",    "prompt": "string"  }'
{
  "success": true,
  "message": "string",
  "data": null
}