Skip to main content
Version: v2

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

Body

required

    imageUrl urirequired

    Source image URL.

    scaleFactor integer

    Default value: 2

    Scale factor for upscaling. 1 = enhance details only (no upscaling), 2/4/8 = enhance details + upscale.

    details integer

    Possible values: >= 1 and <= 3

    Default value: 2

    Detail enhancement level. 1 = Low, 2 = Medium, 3 = High.

    modification integer

    Possible values: >= 1 and <= 3

    Default value: 2

    Modification strength. 1 = Subtle, 2 = Balanced, 3 = Strong.

    seed integer

    Possible values: >= 1 and <= 2147483647

    Optional random seed for deterministic generation. Range: 1-2147483647.

    outputFormat string

    Possible values: [auto, png, webp]

    Default value: auto

    Output image format. auto lets the provider pick. Supported: auto, png, webp.

    webhook uri

    Optional HTTPS callback URL. Receives a signed delivery when the artwork finalizes.

Responses

Accepted — generation queued.

Schema

    id string

    Artwork id. Poll GET /studio/artworks/{id} or await the webhook.

Loading...