Topaz Image

POST/api/v2/topaz-image
25 credits per image

High-quality image upscaling with fine-grained sharpen / denoise / compression controls, optional face restoration, and per-source enhancement models (High Fidelity, CGI, Text Refine, Recovery, and more).

Request body

image_url

Sign in to upload or import from your library.

Public URL of the image to upscale.

scale_factor

Upscale multiplier. 2 doubles width and height, 4 quadruples. Default: 2.

topaz_image_model

Enhancement variant tuned for different source types. e.g. 'High Fidelity V2' for photos, 'CGI' for rendered art, 'Text Refine' for documents/screenshots, 'Recovery' for low-quality sources.

face_enhancement
Disabled

Apply dedicated face restoration on top of the upscale.

face_enhancement_strength

Face restoration strength (0-1). Only applies when face_enhancement is true.

face_enhancement_creativity

Face restoration creativity (0-1). Higher values allow more deviation from the source face.

subject_detection

Limit enhancement to a region of the image. Default: All.

sharpen

Sharpening amount (0-1).

denoise

Noise reduction (0-1).

fix_compression

Compression artifact removal (0-1).

output_format

Output image format. Default: jpeg.

workspace_id
Sign in to run the playground

Request example

curl -X POST "https://influencerstudio.com/api/v2/topaz-image" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

Output

Run the model to see results

Real outputs will stream into this panel as the request completes.