Skip to main content
POST
PixVerse V6 Image-to-Video
PixVerse V6 image-to-video model. It supports converting static images into dynamic videos, with support for multiple resolutions and audio generation.
This is an asynchronous API and only returns the asynchronous task’s task_id. 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, used to reproduce generation results.
string
required
Input image URL; supports .jpg, .jpeg, and .png formats. The image file size must not exceed 10 MB; both width and height must be >= 300 px; the aspect ratio must be between 1:2.5 and 2.5:1.
string
required
Positive prompt text for generating the video; must not exceed 2500 characters.Length limit: 0 - 2500
integer
default:5
Duration of the generated video (seconds), range 1-15.Value range: [1, 15]
number
Guidance strength, controlling how closely the video generation follows the prompt. Lower values produce more natural motion, while higher values follow the prompt more closely.Value range: [0, 1]
string
default:"720p"
Output video resolution.Available values: 360p, 540p, 720p, 1080p
string
default:"auto"
Inference mode, controlling the thinking approach during generation.
string
Negative prompt, describing elements to avoid; length must not exceed 2500 characters.Length limit: 0 - 2500
boolean
default:false
Whether to generate audio at the same time when generating the video.

Response

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