Detailer Upscaler
POST/v2/studio/artworks/detailer-upscaler
Start a detailer-upscaler generation. Billed to your Studio credits. The result arrives by webhook or polling.
Request
- application/json
Body
required
Source image URL.
Default value: 2
Scale factor for upscaling. 1 = enhance details only (no upscaling), 2/4/8 = enhance details + upscale.
Possible values: >= 1 and <= 3
Default value: 2
Detail enhancement level. 1 = Low, 2 = Medium, 3 = High.
Possible values: >= 1 and <= 3
Default value: 2
Modification strength. 1 = Subtle, 2 = Balanced, 3 = Strong.
Possible values: >= 1 and <= 2147483647
Optional random seed for deterministic generation. Range: 1-2147483647.
Possible values: [auto, png, webp]
Default value: auto
Output image format. auto lets the provider pick. Supported: auto, png, webp.
Optional HTTPS callback URL. Receives a signed delivery when the artwork finalizes.
Responses
- 202
- 400
- 401
- 402
- 403
- 429
Accepted — generation queued.
- application/json
- Schema
- Example (from schema)
Schema
Artwork id. Poll GET /studio/artworks/{id} or await the webhook.
{
"id": "string"
}
Invalid parameters.
Missing, invalid, or expired API key.
Insufficient credit.
Studio access inactive.
Rate limited.