upscale_image
Increase image resolution by submitting a public image URL and an upscale factor to Topaz AI. Returns a task ID, status, and output URLs.
Instructions
Create a Topaz task on RunAPI (upscale image). Returns a task id, status, and output URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | Poll until the task reaches a terminal status. | |
| model | No | RunAPI model slug for this model line. | |
| timeout_ms | No | ||
| callback_url | No | Webhook URL for terminal Task delivery. | |
| upscale_factor | Yes | Image upscale multiplier. | |
| poll_interval_ms | No | ||
| source_image_url | Yes | Public source image URL. |