Image Upscaler
Image
Image Upscaler
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.
Request Headers
Enum:
application/jsonBearer authentication format: Bearer {{API Key}}.
Request Body
URL of the original image to upscale.
Target resolution after upscaling.Possible values:
2k, 4k, 8kOutput image format.Possible values:
jpeg, png, webpResponse
Use the task_id to call the Get Async Task Result API to retrieve the generated output.