Skip to main content
POST
Image Upscaling
This is an asynchronous API that only returns an asynchronous task_id. You need to use the task_id to call the task result query API to obtain the image upscaling result.
This is an asynchronous API and will only return the task_id of the asynchronous task. You should use this task_id to request the Query Task Result API to retrieve the generated result.

Request Headers

string
required
Enum value: application/json
string
required
Bearer authentication format: Bearer {{API Key}}.

Request Body

string
required
The URL of the original image to be upscaled.
string
default:"4k"
The target resolution after upscaling.Optional values: 2k, 4k, 8k
string
default:"jpeg"
The format of the output image.Optional values: jpeg, png, webp

Response Information

string
required
Use the task_id to request the Query Task Result API to retrieve the generated output.