PixVerse V6 - Create video from image
Generate a video from an image using the PixVerse-V6 model.
Compared to PixVerse-V5.5, version 6 adds:
- Flexible duration: any integer from
1to15seconds (previously fixed to5,8or10). - Optional
last_frame_image: when provided, PixVerse-V6 generates a transition betweenimage_url(first frame) andlast_frame_image(last frame) in the same endpoint — no separate transition endpoint required.
Existing PixVerse-V5.5 features are kept: native audio (generate_audio_switch), multi-clip output (generate_multi_clip_switch) and prompt reasoning enhancement (thinking_type).
Documentation Index
Fetch the complete documentation index at: https://docs.magnific.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your Magnific API key. Required for authentication. Learn how to obtain an API key
Body
Prompt describing the video to generate.
URL of the image to use as the first frame.
Optional URL of the image to use as the last frame. When provided,
PixVerse-V6 generates a transition between image_url (first frame)
and last_frame_image (last frame) within the same endpoint.
The resolution of the generated video
360p, 540p, 720p, 1080p The aspect ratio of the generated video
widescreen_16_9, classic_4_3, square_1_1, traditional_3_4, social_story_9_16 Duration of the generated video in seconds. PixVerse-V6 accepts any
integer value from 1 to 15 (PixVerse-V5.5 only accepted 5, 8
or 10).
1 <= x <= 15Negative prompt to be used for the generation.
The style of the generated video
anime, 3d_animation, clay, cyberpunk, comic "anime"
The same seed and the same prompt given to the same version of the model will output the same video every time.
The type of camera movement to apply to the video
horizontal_left, horizontal_right, vertical_up, vertical_down, zoom_in, zoom_out, crane_up, quickly_zoom_in, quickly_zoom_out, smooth_zoom_in, camera_rotation, robo_arm, super_dolly_out, whip_pan, hitchcock, left_follow, right_follow, pan_left, pan_right, fix_bg When set to true, PixVerse-V6 generates synchronized audio (background music, sound effects, or dialogue) together with the video.
When set to true, PixVerse-V6 produces multi-clip output with dynamic camera changes within a single generation.
Prompt reasoning enhancement mode. Controls how PixVerse-V5.5 optimizes the input prompt before generation.
enabled- The model rewrites the prompt automatically for better results.disabled- The prompt is used exactly as written, with no rewriting.auto- The model decides whether to rewrite the prompt based on the input.
enabled, disabled, auto Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.
"https://www.example.com/webhook"
Response
OK
{
"task_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "CREATED",
"generated": [
"https://openapi-generator.tech",
"https://openapi-generator.tech"
]
}