Upscaling
Last updated
Last updated
The Super-Resolution model, inspired by Real-ESRGAN, allows you to magnify the dimensions of any given image. This tool is excellent for upscaling photographs, illustrations, and graphics, helping you unlock greater levels of detail and clarity in your images.
For more details on the Super-Resolution model, please refer to the Upscaling section.
POST
/getImagetoImage
Headers
Name | Value |
---|---|
Body
Name | Type | Description |
---|---|---|
Response
To test this API, please use the following link:
Content-Type
application/json
Authorization
Bearer <token>
app_id
string
-> Each model is uniquely characterized by its own app_id
.
image
string
-> The image
parameter specifies the URL of an existing image that will be used as a reference for the generation process.
-> If the original image dimensions exceed 1536x1536 pixels, the image will be adjusted to fit within this size while preserving the original aspect ratio.
scale
int
-> The scale
parameter determines the degree of upscaling applied to the input image. The available values for this parameter are 2, 4, and 8.
celery
bool
-> The celery
parameter is used for queuing tasks that require extended processing time. When you enqueue a task, you receive a unique task_id
. This task_id
allows you to check the task's status later using the task status API, which is useful for managing and tracking long-running tasks.