Skip to main content
POST
Video Upscaler

Headers

Authorization
string

Body

application/json
model
enum<string>
required

Model name. Must be video-upscaler.

Available options:
video-upscaler
video_url
string<uri>
required

Source video URL. Up to 100MB; av1 is not supported. Max length depends on resolution — 60s for 720p/1080p/2K, 30s for 4K. The whole clip is upscaled and its measured duration is the billing basis.

resolution
enum<string>

Target resolution. Defaults to 1080p. ⚠️ Choosing 4k also lowers the maximum source length from 60s to 30s.

Available options:
720p,
1080p,
2k,
4k
custom_callback_url
string<uri>

Optional. A publicly accessible HTTPS URL. When the task status changes (processing / success / failed), GoEnhance sends a POST request to this URL. The request body is identical to the response of GET /api/v1/jobs/detail. If your server does not respond with HTTP 200, the notification is retried up to 3 times, with a 3-second timeout per attempt.

Example:

"https://your-server.com/goenhance/callback"

Response

code
integer
required
msg
string
required
data
object
required