Enhance image resolution and quality
| Header | Type | Required | Description |
|---|---|---|---|
x-api-key | string | Yes | Your API key |
| Parameter | Type | Required | Description |
|---|---|---|---|
jobId | string | Yes | ID of the original image generation task |
imageNo | integer | Yes | Image number to upscale (0/1/2/3) |
type | integer | Yes | Upscaling type (0 or 1) |
callback | string | No | Callback URL for task completion notifications |
| Type | Name | Description | Supported Models |
|---|---|---|---|
| 0 | Subtle | Conservative enhancement preserving original details | v6, niji6, v6.1, v7 |
| 1 | Creative | More aggressive enhancement with artistic interpretation | v6, niji6, v6.1, v7 |
| 2 | 2x | 2x resolution increase (deprecated) | v5, niji5 |
| 3 | 4x | 4x resolution increase (deprecated) | v5, niji5 |
job_id to check the task status via the Get Task endpoint to retrieve the completed result with image URLs.API key for authentication
ID of the original image generation task
Image number to upscale (0, 1, 2, or 3)
0 <= x <= 30
Upscaling type (0=Subtle, 1=Creative)
0, 1 Callback URL for task completion notifications
Upscale task created successfully