Image Upscaling
Images
Image Upscaling
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.
Request Headers
Enum value:
application/jsonBearer authentication format: Bearer {{API Key}}.
Request Body
The URL of the original image to be upscaled.
The target resolution after upscaling.Optional values:
2k, 4k, 8kThe format of the output image.Optional values:
jpeg, png, webpResponse Information
Use the task_id to request the Query Task Result API to retrieve the generated output.