cURL
Transformation
Video Upscale Price Calculation
Endpoint for calculating price for video upscaling inference
POST
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Available options:
application/json Body
multipart/form-data
Video upscaling parameters
- Option 1
- Option 2
Video file to upscale. Supported formats: MP4, MPEG, QuickTime, AVI, WMV, OGG. Maximum file size: 50 MB.
The upscaling model to use
Example:
"RealESRGAN_Vid_x4"
Optional upscale factor. Only allowed for models that support a configurable scale.
Required range:
1 <= x <= 16Example:
4
Response
Calculated price for video upscaling inference.