mp4 / mov / mkv · ≤ 10 GB · input ≤ 2K
Default standard
Default common
240p · 360p · 480p · 540p · 720p · 1080p · 2k · 4k
64 to 2160
Up to 120 · default = source fps
≤ 64 ASCII printable chars
≤ 512 bytes
What you can build
Real workflows powered by this model.
Video enhancer for AI-generated footage
Pipe text-to-video output through the video enhancer API with scene=aigc to lift 480p / 720p clips to 1080p, 2K, or 4K. The pipeline repaints fine detail without altering motion or length.
Run an enhancementVideo enhancer for compressed UGC
Send UGC clips with scene=ugc to remove blocking, color banding, and re-encode artifacts. The video enhancer API applies smart sharpening tuned for short-form social footage.
Video enhancer for old-footage restoration
Set scene=old_film and tool_version=professional and the video enhancer API runs temporal denoise, scratch removal, deflicker, and color-cast correction in one pass — no frame-by-frame retouching pipeline.
Pricing
Credit-based — 1 credit = $0.001 USD. Pay only for completed generations.
| Mode | Category | Unit | Price |
|---|---|---|---|
| Standard | |||
| 720P (and below) | 1 second | $0.003 3 credits | |
| 1080P | 1 second | $0.005 5 credits | |
| 2K | 1 second | $0.009 9 credits | |
| 4K | 1 second | $0.017 17 credits | |
| Professional | |||
| 720P (and below) | 1 second | $0.021 21 credits | |
| 1080P | 1 second | $0.042 42 credits | |
| 2K | 1 second | $0.083 83 credits | |
| 4K | 1 second | $0.165 165 credits | |
Why reAPI
Video enhancer with 30+ algorithms
The video enhancer API analyzes each shot and dynamically composes super-resolution, denoise, deblock, sharpen, and color-enhance operators. You pick the scene preset; the system picks the algorithm chain.
Transparent video enhancer pricing
Pricing is output_seconds × tool_version × resolution_bucket × fps_tier. The video enhancer API probes your source video for the exact billable seconds before charging — no surprise bills, failed jobs refund.
Async, idempotent, callback-ready
POST returns a task ID instantly; poll /api/v1/tasks/:id or supply an event callback. client_token gives you idempotency for retries; callback_args round-trips opaque correlation data.
Ship enhance-video-1.0 in three steps
- step 01
Create an API key
Sign up and grab a key from the dashboard. Free credits cover your first calls — no card required.
Open - step 02
Submit a video task
POST to /api/v1/videos/generations with model = enhance-video-1.0 and a public video_url. The API returns a task ID immediately.
Open - step 03
Poll the result
GET /api/v1/tasks/:id until status is completed. Download the enhanced MP4 from output.video_urls[0] and ship it.
Open
Frequently asked questions
Common questions about this model.
POST /api/v1/videos/generations
Authorization: Bearer $REAPI_API_KEY
Content-Type: application/json
{
"prompt": "..."
}Ready to ship?
Try it in the playground or grab an API key to integrate now.