POST
/
api
/
v1
/
video2video
/
generate
Generate Video
curl --request POST \
  --url https://api.goenhance.ai/api/v1/video2video/generate \
  --header 'Authorization: Bearer <token>' \
  --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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json

The response is of type object.