Skip to main content
POST
cURL
API v1 is deprecated. This version is no longer being developed — new endpoints, parameters and models are added to v2 only. Use the v2 endpoints to stay current: v2 API documentation.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
default:application/json
required
Available options:
application/json

Body

multipart/form-data

Video upscaling parameters

video
file
required

Video file to upscale. Supported formats: MP4, MPEG, QuickTime, AVI, WMV, OGG. Maximum file size: 50 MB.

model
string
required

The upscaling model to use

Example:

"RealESRGAN_Vid_x4"

scale
integer | null

Optional upscale factor. Only allowed for models that support a configurable scale.

Required range: 1 <= x <= 16

Response

Calculated price for video upscaling inference.

data
object