1. Guides
PixVerse Platform Docs
  • Overview
    • Introduce to PixVerse Platform
    • Quick Start
    • How does the API work?
    • How to get API key?
    • PixVerse-api-llm.txt
  • Models
    • Model Overview
    • Capability matrix
    • C1
    • V6
    • Pricing
  • Guides
    • Get video generation status
    • Check account balance
    • Subscribe API plans
    • Text-to-video
    • Image-to-video
    • Video Effects
    • Image template
    • Transition(First-last frame Feature)
    • Extend
    • Modify
    • Sound effects
    • Speech(Lip sync)
    • Lip sync TTS speaker list
    • Fusion(Reference to video)
    • Restyle
    • Multi-transition
    • Swap
    • Motion Control(Mimic)?
    • Webhook integration
  • API Reference
    • Rate limit
    • Video Generation
      • Text-to-Video generation
      • Image-to-Video generation
      • Template video generation
      • Transition(First-last frame) generation
      • Speech(Lipsync) generation
      • Get Speech(Lipsync) tts list
      • Fusion(reference to video) generation
      • Multi-transition video generation
      • Restyle video generation
      • Restyle effect list
      • Swap mask generation
      • Swap video generation
      • Sound effect generation
      • Extend generation
      • Get Video Generation Status
      • Motion Control (Mimic) generation
      • Modify generation
    • Image generation
      • Image template generation
      • Get Image generation
    • Upload Image
    • Get user credit balance
    • Upload Video&audio
  • Troubleshooting
    • FAQ
    • Common errors and Solutions
    • Error codes
  • Resources
    • Support
    • Change Logs
    • PixVerse MCP
    • Term of Service
    • Privacy policy
  1. Guides

Image template

We’re excited to introduce a major update to our image templates.
Unlike video-based templates, these templates are built entirely around images. Simply upload your photos, and we’ll deliver an immersive AI-powered creative experience.
Our image templates cover a wide range of use cases, including themed content, holiday scenarios, and playful or creative effects, with more to come.
You can now access and integrate these image templates directly through our API to easily turn images into engaging AI-generated content.
1: Upload your image
2: Image templates generation task
3. Check generation status & download with image generation status

Step-by-step#

Step 1 : Get Effect ID and Details#

Click Effect Center. and find image templates
image.png
Click the effect you selected and copy the ID.
image.png

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

{
  "img_ids": [0],
  "template_id": 384268229671680
}
For multi-image templates, use img_ids; the required number of images is shown in the Effect Center.
image.png
{
  "img_ids": [0,0],
  "template_id": 384268229671680
}
Previous
Video Effects
Next
Transition(First-last frame Feature)