Skip to main content
POST
Anime Video Upscaler

Headers

Authorization
string

Body

application/json
model
enum<string>
required

Model name. Must be anime-upscaler.

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

Source anime video URL. Up to 300MB and 180 seconds, short side at most 1080 pixels; av1 is not supported. The whole clip is upscaled and its measured duration is the billing basis.

resolution
enum<string>

Target resolution. Defaults to 2k. The maximum source length is 180s at every resolution — unlike video-upscaler, picking 4k does not shorten it.

Available options:
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