Endpoint for requesting video upscaling inference
slug and check specific limits (including supported scale range and maximum input resolution/duration).Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
application/json Video upscaling parameters
Video file to upscale. Supported formats: MP4, MPEG, QuickTime, AVI, WMV, OGG. Maximum file size: 10 MB.
The upscaling model to use
"RealESRGAN_x4plus"
Optional upscale factor (e.g. 2, 4). Only allowed for models that support a configurable scale; fixed-scale models (e.g. x2/x4 only) reject this field. Validated against the per-model min/max scale defined in the admin panel.
1 <= x <= 164
Optional HTTPS URL to receive webhook notifications for job status changes (processing, completed, failed). Must be HTTPS. Max 2048 characters. See Webhook Documentation for payload structure and authentication details.
2048"https://your-server.com/webhooks/deapi"
ID of the inference request.
Information from success endpoint