Upscale an image
vicsee_upscale_imageUpscale a publicly accessible image by 2x, 4x, or 8x. Submit the image URL and receive a task ID to poll for completion.
Instructions
Upscale a publicly accessible image (JPEG/PNG/WebP). Asynchronous: returns a task id — poll vicsee_get_task until completed. upscale_factor defaults to "2".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | Yes | Publicly accessible image URL | |
| upscale_factor | No | Upscale factor (default "2") |