Skip to main content
POST
Image Upscaler
This is an async API that only returns the async task_id. Use the task_id to call the Get Async Task Result API to retrieve the upscaled image result.
This is an async API that only returns the task_id of the async task. Use the task_id to call the Get Async Task Result API to retrieve the generated result.

Request Headers

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

Request Body

string
required
URL of the original image to upscale.
string
default:"4k"
Target resolution after upscaling.Possible values: 2k, 4k, 8k
string
default:"jpeg"
Output image format.Possible values: jpeg, png, webp

Response

string
required
Use the task_id to call the Get Async Task Result API to retrieve the generated output.