CN8 is an AI gateway: a single proxy layer that gives you access to AI capabilities — chatbots with RAG, multi-agent orchestration, LLM completions, dubbing, TTS, media generation, and production-grade video/audio processing — all through one consistent API with unified auth, billing, and usage tracking.
Upscale video resolution with a neural super-resolution model. Scale 2-4x, 128-aligned target, audio preserved.
The service reads video frames, bicubic-upscales and center-crops to 128-aligned target resolution, then runs the sequence through a neural super-resolution model. Output is encoded as MP4 with the original audio muxed back. Minimum 17 frames required; target resolution must not exceed ~3.7M pixels.
/v1/proxy/studio-upscaleVideo upscaling (async)
| Name | Type | Required | Description |
|---|---|---|---|
videoUrl | string | required | Source video URL |
scale | number | optional | Upscale factor: 2, 3, 4 or float in (1,4]. Default: 4. |
{
"status": "accepted",
"job_id": "job_upscale_abc",
"service": "studio-upscale"
}
Poll the job endpoint until completed; then download the upscaled video. Billed per second of source video ($0.08/s).