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.
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 PixVerse V6 T2V is a live Muapi endpoint for text-to-video. Submit it with one API key and poll the shared result endpoint.
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.
PixVerse PixVerse V6 Extend is a live Muapi endpoint for video editing. Submit it with one API key and poll the shared result endpoint.
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.
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.
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.
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.
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.
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.
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.
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.
Generate clips from prompts across V4.5, V5, V5.5, and V6.
Animate a still image with the matching PixVerse tier.
Extend a V6 clip when a shot needs more runway.
Use V6 transition workflows for controlled movement between visual states.
Submit a PixVerse task, save the request ID, and poll the standard result endpoint.
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.
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.
The hub includes V4.5, V5, V5.5, and V6 text-to-video and image-to-video, plus V6 extension and transition.
V6 includes extension and transition workflows for existing sequences.
Yes. Muapi returns a request ID immediately and exposes a shared result endpoint.
Use one Muapi key to compare PixVerse generations and editing workflows in production.