MiniMax
MiniMax H3 Max
From $0.048 per second
Topaz Video Upscaler turns soft, low-resolution footage into clean, sharp video. Send a source clip, pick 1×, 2×, or 4×, and the Topaz Video Upscaler returns an enhanced render — billed per second of the source video.
Public URL · MP4 / MOV / MKV · up to 50MB
1 · 2 · 4 (default 2)
Topaz Video Upscaler is Topaz Labs' video enhancement model, exposed on reAPI as one async endpoint with a two-parameter surface: the URL of a source clip and an upscale factor of 1×, 2×, or 4×. It restores detail and sharpness in existing footage rather than generating new frames, and every job is billed per second of the source video's server-measured length — one rate for 1×/2×, a higher one for 4×.
Real-world workflows and production use cases you can build and ship with this model.
Feed grainy, compressed, or sub-HD clips to the Topaz Video Upscaler and get back a cleaner, sharper render. It reconstructs fine detail and reduces softness while keeping the original motion and timing intact.
Upscale a clipShoot once, deliver everywhere. Run exports through the Topaz Video Upscaler at 2× or 4× to hit crisp 4K for storefronts, ads, and large-screen playback — no reshoot, no manual frame work, just a source URL and an upscale factor.
Point the Topaz Video Upscaler at clip after clip and let the cloud do the work. Because every job is async and billed per probed second, it scales from a single hero shot to an entire back catalog without touching a local GPU.
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
One 5-second sample at the cheapest tier.
| Model | Category | Price |
|---|---|---|
| 1× / 2× upscale | Per second of source video | $0.044 44 credits · 1 second |
| 4× upscale | Per second of source video | $0.077 77 credits · 1 second |
The Topaz Video Upscaler enlarges frames 1×, 2×, or 4×, taking sub-HD footage toward clean 4K. One parameter picks the factor; the request body stays the same.
More than a resize — the Topaz Video Upscaler reconstructs edges, textures, and fine detail, so upscaled video looks sharp rather than stretched. Built on Topaz Labs’ production upscaling model.
Topaz Video Upscaler billing is per second of the source clip, measured server-side from the real length rather than a client estimate. The 4× tier costs more per second than 1× / 2×. Failed jobs refund automatically.
Both upscale and clean up video, but one is a managed API call and the other is a pipeline you build and run. Here is how the Topaz Video Upscaler compares to self-hosting Real-ESRGAN on publicly documented behavior.
Comparison reflects publicly documented behavior at the time of writing. Model behavior and pricing can change; check the pricing card above and the API docs for current values.
Sign up and grab a key from the dashboard. Free credits cover your first Topaz Video Upscaler calls — no card required.
OpenPOST to /api/v1/videos/generations with model = topaz-video-upscaler, a video_url, and an upscale_factor. The Topaz Video Upscaler returns a task ID immediately.
OpenGET /api/v1/tasks/:id until status is completed. Download the enhanced clip from output.video_urls[0] and ship it.
Opencurl -X POST https://reapi.ai/api/v1/videos/generations \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "topaz-video-upscaler",
"video_url": "https://example.com/source-480p.mp4",
"upscale_factor": "2"
}'Rejected synchronously with the failing field named. Check enum values, ranges, and URL fields — nothing is charged.
401 means a missing or invalid Bearer key; 402 means the reserve exceeds your balance. Manage keys and credits in the console.
Reference material and outputs pass automated moderation. Rejected tasks fail with a clear error and a full refund.
A task that reaches a failed state is never charged — the reserve refunds automatically. Keep the task id and retry when ready.
Common questions about this model.
Explore more models in the same category.
MiniMax
From $0.048 per second
PixVerse
From $0.018 per second
ByteDance
From $0.011 per second
xAI
From $0.040 per second
Try it in the playground or grab an API key to integrate now.