Skip to main content
POST
/
api
/
v1
/
video2video
/
generate
Generate Video
curl --request POST \
  --url https://api.goenhance.ai/api/v1/video2video/generate \
  --header 'Content-Type: application/json' \
  --data '{
  "args": {
    "model": 2,
    "duration": 10,
    "reference_video_url": "https://cdn.goenhance.ai/user/upload-data/video-to-video/333768e610e442d02e8030693def0b6e.mp4"
  },
  "type": "mx-v2v"
}'
{
"code": 0,
"msg": "Success",
"data": {
"img_uuid": "c12b656c-747a-44fd-9c80-add79b0c52d5"
}
}

Overview

The Video to Video Generate API allows you to transform source videos using advanced AI models. This powerful API enables you to apply various styles, effects, and transformations to your videos, creating entirely new content while preserving the core motion and structure of the original.

Headers

Authorization
string

Body

application/json
args
object
required
type
enum<string>
required

mx-v2v

Available options:
mx-v2v

Response

code
integer
required
msg
string
required
data
object
required