Muapi's AI video API gives you one REST integration for generation and editing jobs: quality, value, uncensored generation, video editing, motion control, and open-weights models. Pick the best model per request instead of committing to one vendor's trade-offs.
Multimodal reference inputs, multi-scene continuity, and synchronized audio generated with the video in one pass.
Resolution-based pricing from low-cost previews to 1080p output with generated audio.
Seedance 2.5 quality with a more permissive safety profile for content the standard endpoint may decline.
Transform an existing clip's visual style or scene with a natural-language instruction while preserving motion.
Directed camera and performance transfer for more precise subject movement than a generic text-to-video prompt.
Open-weights video generation with native stereo audio and 480p/768p duration tiers.
High-end scene consistency and prompt understanding for cinematic text-to-video output.
Edit visuals and audio together from a natural-language instruction, including scene, season, and dialogue changes.
An AI video API turns a text prompt, an image, or an existing video clip into new video output through a REST endpoint. No local GPU, self-hosted model, or separate vendor integration is required. Different models lead on different jobs: raw quality, price, editing, directed motion, or open-weights control.
Muapi exposes 500+ video models through the same request-and-poll flow: one API key, pay-per-generation pricing, and the freedom to switch models per request.
Generate from a prompt or image, or transform an existing video clip with the model-specific fields supported by the selected endpoint.
Switch between Seedance, PixVerse, Kling, Runway, MiniMax, LTX-2, Vidu, Gemini, and other video models without a new vendor account or SDK.
Use motion-control models and multimodal references to guide camera paths, performance transfer, and subject movement.
Restyle, extend, reframe, or transform an existing clip from a prompt instead of generating a new shot from scratch.
Use open-weights models such as MiniMax H3 Open and LTX-2 Pro through hosted endpoints without managing GPU infrastructure.
There is no subscription or minimum commitment; pricing is determined by the selected model, resolution, duration, and options.
| Model | Provider | Price | Best For |
|---|---|---|---|
| Seedance 2.5 | ByteDance | $0.34/sec (720p) | Multimodal references and multi-scene continuity |
| PixVerse V6 | PixVerse | From $0.033/sec | Low-cost previews and resolution-based pricing |
| Runway Aleph | Runway | $0.20/generation | Restyling existing footage |
| Kling v3.0 Pro Motion Control | Kuaishou | $0.16/sec | Directed camera and performance motion |
| MiniMax H3 Open | MiniMax | $0.08–$0.1825/sec | Open-weights output with native audio |
| Veo 3.1 | $2.50/generation | High-end cinematic output |
Prices and supported parameters vary by model. Check each model's Playground schema before submitting production requests.
curl -X POST https://api.muapi.ai/api/v1/seedance-2.5-text-to-video \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
-d '{
"prompt": "cinematic product reveal, slow camera push-in, soft studio light",
"duration": 5,
"resolution": "720p"
}'import requests
response = requests.post(
"https://api.muapi.ai/api/v1/seedance-2.5-text-to-video",
headers={"x-api-key": "YOUR_API_KEY"},
json={
"prompt": "cinematic product reveal, slow camera push-in, soft studio light",
"duration": 5,
"resolution": "720p",
},
)
request_id = response.json()["request_id"]
result = requests.get(
f"https://api.muapi.ai/api/v1/predictions/{request_id}/result",
headers={"x-api-key": "YOUR_API_KEY"},
)
print(result.json())It depends on the job. Seedance 2.5 is a strong overall choice, PixVerse V6 is optimized for value, Seedance 2.5 Spicy is the more permissive tier, Gemini Omni Video Edit and Runway Aleph edit existing clips, and Kling v3.0 Pro Motion Control targets directed movement.
Yes. The video catalog uses one Muapi API key and the same submit-and-poll pattern across generation and editing endpoints.
Prices range from about $0.033 per second for low-cost PixVerse output to premium per-generation tiers. The exact cost depends on the model and its options.
Yes. Video-to-video models such as Gemini Omni Video Edit and Runway Aleph take a source video and a prompt, then return a transformed result.
Open-weights models publish their weights and can have different licensing and output-rights terms from closed models. Check the selected model's terms for your use case.
Yes. Sign up at muapi.ai, create an API key from your dashboard, and start calling a video endpoint immediately without a waitlist.