One API for every serious video model.
Generate video with a consistent request, status, billing, and webhook workflow—while Mistrounter handles provider differences behind the scenes.
curl https://api.mistrounter.ai/v1/videos/generations \
-H "Authorization: Bearer $MISTROUNTER_API_KEY" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: ocean-demo-001" \
-d '{
"model": "kling-2.1-master",
"prompt": "A cinematic ocean at dusk",
"duration": 5,
"aspect_ratio": "16:9"
}'
{
"id": "7a97c8c2-...",
"object": "video.generation",
"status": "pending",
"model": "kling-2.1-master",
"credits": 1750,
"output": []
}Built for production
A clean control plane for video generation
Move between models without rebuilding authentication, task polling, billing, or delivery every time.
Unified API
Use one request shape across supported text-to-video and image-to-video models.
Durable async tasks
Submit once, poll a stable task resource, and recover cleanly from provider delays.
Provider-aware routing
Route each model to the right upstream provider without exposing vendor details to clients.
Predictable credits
Estimate cost before submission and debit only against traceable generation tasks.
Managed delivery
Persist generated assets to object storage instead of depending on expiring provider URLs.
Signed webhooks
Receive verified completion and failure events with retry-safe event identifiers.
Simple credit pricing
Start small and add credits as your video workload grows.
Launch
For prototypes and light workloads
- One workspace
- 5,000 generation credits
- Email support
Scale
For products shipping real traffic
- Unlimited API keys
- 50,000 generation credits
- Priority support
- Full API access
Business
For higher throughput and support
- Everything in Scale
- 500,000 generation credits
- Dedicated support
- Custom provider routing
Frequently asked questions
The essentials before you send your first request.
Ship your first video request today.
Create an API key, choose a model, and keep the same integration as your model mix evolves.