Models/PixVerse/PixVerse API
LivePixVerse · video generation10 endpoints

PixVerse API — V4.5, V5, V5.5 & V6 Video Generation

Compare PixVerse V4.5, V5, V5.5, and V6 text-to-video, image-to-video, transition, extension, and editing endpoints through Muapi's unified API.

PixVerse V6Generation, extension, and transition4 models
Text to VideoLiveFeatured
V6

PixVerse V6 T2V

PixVerse PixVerse V6 T2V is a live Muapi endpoint for text-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.295/request
Try Model
Image to VideoLive
V6

PixVerse V6 I2V

PixVerse PixVerse V6 I2V is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.295/request
Try Model
Video EditingLive
V6

PixVerse V6 Extend

PixVerse PixVerse V6 Extend is a live Muapi endpoint for video editing. Submit it with one API key and poll the shared result endpoint.

Video
$0.295/request
Try Model
Image to VideoLive
V6

PixVerse V6 Transition

PixVerse PixVerse V6 Transition is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.30/request
Try Model
PixVerse V5.5Current-generation video2 models
Image to VideoLive
V5.5

PixVerse V5.5 I2V

PixVerse PixVerse V5.5 I2V is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.10/request
Try Model
Text to VideoLive
V5.5

PixVerse V5.5 T2V

PixVerse PixVerse V5.5 T2V is a live Muapi endpoint for text-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.10/request
Try Model
PixVerse V5V5 text and image to video2 models
Image to VideoLive
V5

PixVerse V5 I2V

PixVerse PixVerse V5 I2V is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.30/request
Try Model
Text to VideoLive
V5

PixVerse V5 T2V

PixVerse PixVerse V5 T2V is a live Muapi endpoint for text-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.30/request
Try Model
PixVerse V4.5Earlier PixVerse generation2 models
Image to VideoLive
V4.5

PixVerse V4.5 I2V

PixVerse PixVerse V4.5 I2V is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.30/request
Try Model
Text to VideoLive
V4.5

PixVerse V4.5 T2V

PixVerse PixVerse V4.5 T2V is a live Muapi endpoint for text-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.30/request
Try Model

What is the PixVerse API?

PixVerse provides multiple generations of prompt-to-video and image animation. Muapi places V4.5 through V6 in one searchable catalog so an application can compare quality, speed, and editing workflows without changing authentication.

V6 adds extension and transition workflows alongside text-to-video and image-to-video for both fresh clips and edits to an existing sequence.

PixVerse API capabilities

Text-to-video

Generate clips from prompts across V4.5, V5, V5.5, and V6.

Image-to-video

Animate a still image with the matching PixVerse tier.

Video extension

Extend a V6 clip when a shot needs more runway.

Transitions

Use V6 transition workflows for controlled movement between visual states.

Quick start — PixVerse API

Submit a PixVerse task, save the request ID, and poll the standard result endpoint.

1. Submit a PixVerse job

curl -X POST https://api.muapi.ai/api/v1/pixverse-v6-t2v \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"A macro shot of a hummingbird hovering beside wildflowers","duration":5}'

# Response: {"request_id":"REQUEST_ID"}

The example uses PixVerse V6 text-to-video and can be adapted to any listed slug.

2. Poll the result

curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \
  -H "x-api-key: YOUR_API_KEY"

Read the returned video URL after completion.

PixVerse API FAQ

Which PixVerse versions are available?

The hub includes V4.5, V5, V5.5, and V6 text-to-video and image-to-video, plus V6 extension and transition.

Can PixVerse edit an existing video?

V6 includes extension and transition workflows for existing sequences.

Is PixVerse asynchronous?

Yes. Muapi returns a request ID immediately and exposes a shared result endpoint.

Build with PixVerse

Use one Muapi key to compare PixVerse generations and editing workflows in production.