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. Max 60 seconds and 100MB; av1 is not supported. The whole clip is upscaled — its measured duration is the billing basis.

resolution
enum<string>

Target resolution. Defaults to 1080p.

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