Upscale Image
xbrush_image_upscaleUpscale an image to 2x or 4x its original resolution by submitting its URL. The async request returns a request_id to poll for the upscaled result.
Instructions
Upscale an image to higher resolution. Submits async — poll the returned request_id with xbrush_get_request.
Args: image_url (string, required): URL of the image to upscale. upscale_factor (int, optional): 2x or 4x. Default: 2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_url | Yes | URL of the image to upscale. | |
| upscale_factor | No | Upscale multiplier: 2 or 4. Default: 2. |