WaveSpeedAI APIPixversePixverse Pixverse V5 Effects

Pixverse Pixverse V5 Effects

Pixverse Pixverse V5 Effects

Playground

Try it on WavespeedAI!

PixVerse V5 Effects converts images into smooth, natural short videos with lifelike motion; supports 5s/8s and 720p/1080p outputs. Ready-to-use REST API, no coldstarts, best performance, affordable pricing.

Features

PixVerse v5 — Effects

PixVerse v5 Effects turns a single portrait into a short, stylized video with one-click cinematic effects. Choose from curated presets (e.g., Kiss Me AI, Muscle Surge, Anything, Robot, The Tiger Touch, Holy Wings, Hulk, Venom, Microwave), then set resolution, duration, and aspect ratio for platform-ready outputs.


Highlights

  • Face-aware effects that preserve identity while adding makeup, props, VFX, and motion.
  • Clean compositing and color grading matched to each preset’s look.
  • Multiple aspect ratios (16:9, 1:1, 4:3, 3:4, 9:16) for feeds, stories, and banners.
  • Fast iteration at 360p–1080p with optional negative prompts to avoid artifacts.

Parameters

  • image (required): portrait or bust shot, URL or upload.
  • effect (required): pick an effect preset (examples above; catalog may expand).
  • resolution: 360p, 540p, 720p, 1080p.
  • duration: 5s or 8s.
  • aspect_ratio: 16:9, 1:1, 4:3, 3:4, 9:16.
  • negative_prompt (optional): terms to avoid (e.g., watermark, text, distortion).

How to Use

  1. Upload image (clear face, minimal occlusion works best).
  2. Select an effect preset that matches your vibe.
  3. Choose resolution, aspect ratio, and duration (5s or 8s).
  4. (Optional) Add a negative prompt to suppress unwanted artifacts.
  5. Click Run and download your clip.

Pricing

Resolution5s ($/s)8s ($/s)
360p0.030.0375
540p0.030.0375
720p0.040.05
1080p0.080.10

Tips

  • Use even, front-facing portraits for the most stable effects.
  • For subtle looks, keep resolution at 540p or 720p and add a short negative prompt.
  • For hero shots or export to edit suites, render at 1080p and 8s.
  • If hands or hair look off, try a different effect preset or a tighter crop.

Authentication

For authentication details, please refer to the Authentication Guide.

API Endpoints

Submit Task & Query Result


# Submit the task
curl --location --request POST "https://api.wavespeed.ai/api/v3/pixverse/pixverse-v5-effects" \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}" \
--data-raw '{
    "effect": "Kiss Me AI",
    "resolution": "540p",
    "duration": 5
}'

# Get the result
curl --location --request GET "https://api.wavespeed.ai/api/v3/predictions/${requestId}/result" \
--header "Authorization: Bearer ${WAVESPEED_API_KEY}"

Parameters

Task Submission Parameters

Request Parameters

ParameterTypeRequiredDefaultRangeDescription
effectstringYesKiss Me AI3D Figurine Factor, 3D Naked-Eye AD, Anything, Robot, Baby Arrived, Baby Face, Bald Swipe, Bikini Up, Black Myth: Wukong, BOOM DROP, Creepy Devil Smile, Dishes Served, Dragon Evoker, Dust Me Away, Earth Zoom, Eye Zoom Challenge, Fin-tastic Mermaid, GhostFace Terror, Halloween Voodoo Doll, Holy Wings, Hug, Huge Cutie, Kiss, Kiss Me AI, Leggy Run, Liquid Metal, Long Hair Magic, Microwave, Muscle Surge, My Boyfriends, My Girlfriends, Ocean ad, Package Explosion, Pole Dance, Punch Face, Sharksnap!, Skeletal Bae, Squid Game, Subject 3 Fever, Summoning succubus, Supermarket AD, The Tiger Touch, Thunder God, Venom, Vroom Dance, Warmth of Jesus, Werewolf Rage, Who's Arrested?, Zombie ModeEffect for video generation.
imagestringYes-Supported image formats include.jpg/.jpeg/.png; The image file size cannot exceed 10MB, and the image resolution should not be less than 300*300px, and the aspect ratio of the image should be between 1:2.5 ~ 2.5:1.
resolutionstringNo540p360p, 540p, 720p, 1080pVideo quality (360p/540p/720p/1080p).
durationintegerNo55, 8Video duration in seconds.
negative_promptstringNo-The negative prompt for the generation.

Response Parameters

ParameterTypeDescription
codeintegerHTTP status code (e.g., 200 for success)
messagestringStatus message (e.g., “success”)
data.idstringUnique identifier for the prediction, Task Id
data.modelstringModel ID used for the prediction
data.outputsarrayArray of URLs to the generated content (empty when status is not completed)
data.urlsobjectObject containing related API endpoints
data.urls.getstringURL to retrieve the prediction result
data.has_nsfw_contentsarrayArray of boolean values indicating NSFW detection for each output
data.statusstringStatus of the task: created, processing, completed, or failed
data.created_atstringISO timestamp of when the request was created (e.g., “2023-04-01T12:34:56.789Z”)
data.errorstringError message (empty if no error occurred)
data.timingsobjectObject containing timing details
data.timings.inferenceintegerInference time in milliseconds

Result Request Parameters

© 2025 WaveSpeedAI. All rights reserved.