WaveSpeedAI APIPixversePixverse Pixverse V5 Effects

Pixverse Pixverse V5 Effects

Pixverse Pixverse V5 Effects

Playground

Try it on WavespeedAI!

AI, finally real with PixVerse V5. Smooth motion and natural details—all in seconds! PixVerse V5: Breaking the limits of AI. Your story brought to life in every detail. Quick & Easy to Use. For 5s video your request will cost $0.15 for 360p and 540p, $0.2 for 720p and $0.4 for 1080p. For 8s video your request will cost $0.3 for 360p and 540p, $0.4 for 720p and $0.8 for 1080p.

Features

PixVerse v5 Effects

Features

High-Quality Video Generation

  • Multiple resolution options (360p to 1080p)
  • Various aspect ratios (16:9, 4:3, 1:1, 3:4, 9:16)
  • Adjustable motion modes (normal/fast)

Flexible Duration

  • 5 seconds (all resolutions)
  • 8 seconds (up to 1080p)

Requirements

Prompt

  • Maximum length: 2048 characters
  • Clear description of desired scene and motion

Resolution Options

  • 360p (Turbo mode)
  • 540p
  • 720p
  • 1080p

Motion Modes

  • Normal: Standard motion
  • Fast: Quick transitions (5s videos only)

Best Practices

  1. Use clear, detailed prompts
  2. Consider resolution limitations
  3. Match duration with quality needs
  4. Use appropriate aspect ratio
  5. Test different motion modes

Limitations

  • Fast motion only for 5s videos
  • Template ID requires activation

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 AIKiss Me AI, Kiss, Muscle Surge, Warmth of Jesus, Anything, Robot, The Tiger Touch, Hug, Holy Wings, Hulk, Venom, Microwave, Zombie Mode, Squid Game, Baby Face, Black Myth: Wukong, Long Hair Magic, Leggy Run, Fin-tastic Mermaid, Punch Face, Creepy Devil Smile, Thunder God, Eye Zoom Challenge, Who's Arrested?, Baby Arrived, Werewolf Rage, Bald Swipe, BOOM DROP, Huge Cutie, Liquid Metal, Sharksnap!Effect 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-Negative prompt for 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.