Effects is PixVerse's signature feature, allowing you to transform your images/creative ideas into stunning effects with just one click
Step 1 : Get Effect ID and Details#
Click Effect Center

Click the effect you selected and copy the ID

Step 2 : Fill in template_id in generation parameters to generate video#
Taking image-to-video or extend as an example, you need to add template_id and prompt to the parameters. The Prompt can be the effect name
If you use text-to-video, we will reference the Prompt and generate the special effect. If you use image-to-video, we will generate the special effect based on the uploaded image.
{
"duration": 5,
"img_id": 0,
"model": "v4.5",
"motion_mode": "normal",
"negative_prompt": "string",
"prompt": "Muscle Surge",
"quality": "540p",
"seed": 0,
"template_id": 308621408717184,
}
For multi-image templates, use img_ids; the required number of images is shown in the Effect Center.
{
"duration": 5,
"img_ids": [0,0]
"model": "v4.5",
"motion_mode": "normal",
"negative_prompt": "string",
"prompt": "Muscle Surge",
"quality": "540p",
"seed": 0,
"template_id": 308621408717184,
}