AI-powered image upscaling service that enhances low-resolution images to higher resolutions, providing high-quality image processing: out-of-the-box REST inference API, best performance, no cold start, and affordable pricing.
This is an asynchronous API; only the task_id will be returned. You should use the task_id to request the Task Result API to retrieve the video generation results.
Supports: application/json
Bearer authentication format, for example: Bearer {{API Key}}.
Request Body
The URL of the original image to be upscaled.
Target resolution after upscaling.Optional values: 2k, 4k, 8k
The output image format.Optional values: jpeg, png, webp
Response
Use the task_id to request the Task Result API to retrieve the generated outputs.