PixVerse V6 Image-to-Video
Video
PixVerse V6 Image-to-Video
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.
Request Headers
Enum value:
application/jsonBearer authentication format: Bearer {{API key}}.
Request Body
Random seed, used to reproduce generation results.
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.
Positive prompt text for generating the video; must not exceed 2500 characters.Length limit: 0 - 2500
Duration of the generated video (seconds), range 1-15.Value range: [1, 15]
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]
Output video resolution.Available values:
360p, 540p, 720p, 1080pInference mode, controlling the thinking approach during generation.
Negative prompt, describing elements to avoid; length must not exceed 2500 characters.Length limit: 0 - 2500
Whether to generate audio at the same time when generating the video.
Response
Use task_id to request the Get Task Result API to retrieve the generated output.