Skip to main content
POST
Upscale Video

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer YOUR_API_KEY.

Body

application/json

PixVerse upscale request. Increases the resolution/clarity of an existing video.

video
string
required

Input video URL to upscale (publicly accessible).

Minimum string length: 1
Example:

"https://example.com/lowres.mp4"

Response

Task submitted successfully

code
integer
required

Response code, 0 indicates success

Example:

0

message
string
required

Response message

Example:

"success"

data
object
required

Detailed data about the submitted asynchronous task.