PixVerse Platform Docs
  1. Getting started
PixVerse Platform Docs
  • Learn about PixVerse Platform
    • Introduce to PixVerse Platform
    • Quick Start
  • Getting started
    • How does the API work?
    • How to get API key?
    • How to check account balance?
    • How to subscribe API plans?
    • How to use Text-to-video
    • How to use Image-to-video
    • How to use Effects?
    • How to use Transition(First-last frame Feature)
    • How to use Speech(Lip sync)?
    • Lip sync TTS speaker list
    • How to use Extend?
    • How to use Sound effects?
    • How to use Fusion(Reference to video)?
    • How to get video generation status?
  • API Reference
    • API Parameter Description
    • Get user credit balance
      GET
    • Upload Image
      POST
    • Text-to-Video generation
      POST
    • Image-to-Video generation
      POST
    • Transition(First-last frame) generation
      POST
    • Upload Video&audio
      POST
    • Speech(Lipsync) generation
      POST
    • Get Speech(Lipsync) tts list
      GET
    • Extend generation
      POST
    • Sound effect generation
      POST
    • Fusion(reference to video) generation
      POST
    • Get Video Generation Status
      GET
  • Trouble Shooting
    • Common errors and Solutions
    • Error codes
    • FAQ
  • Resources
    • Model & Pricing
    • Rate limit
    • Support
    • Change Logs
    • Term of Service
    • Privacy policy
  • PixVerse Tools
    • PixVerse MCP
  1. Getting started

How to use Effects?

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
image.png
Click the effect you selected and copy the ID
image.png

Step 2 : Fill in template_id in generation parameters to generate video#

https://docs.platform.pixverse.ai/image-to-video-generation-13016633e0
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.
Example body:
{
  "duration": 5,
  "img_id": 0,
  "model": "v4.5",
  "motion_mode": "normal",
  "negative_prompt": "string",
  "prompt": "Muscle Surge",
  "quality": "540p",
  "seed": 0,
  "template_id": 308621408717184,
}
Previous
How to use Image-to-video
Next
How to use Transition(First-last frame Feature)