Skip to main content
POST
PixVerse V6 Transition Video Generation
PixVerse V6 transition video generation model. Generates a smooth transition video between two images using a text prompt, supporting multiple resolutions and audio generation.
This is an asynchronous API and will only return the task_id of the asynchronous task. You should use this task_id to request the Get Task Result API to retrieve the generated result.

Request Headers

string
required
Enum value: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

integer
Random seed for reproducible generation
string
required
Starting frame image URL
string
Visual style of the video
string
required
Text description of the transition video
integer
default:5
Video duration (seconds)
string
Transition ending frame image URL
string
default:"720p"
Output video resolutionOptional values: 360p, 540p, 720p, 1080p
string
default:"1:1"
Aspect ratio of the output video
boolean
Enable prompt optimization
string
Negative prompt, used to exclude unwanted elements
boolean
default:false
Enable video audio generation
boolean
default:false
Enable multi-clip video generation

Response

string
required
Use the task_id to request the Get Task Result API to retrieve the generated output.