Topaz Image
POST/api/v2/topaz-imageHigh-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_urlSign in to upload or import from your library.
Public URL of the image to upscale.
scale_factorUpscale multiplier. 2 doubles width and height, 4 quadruples. Default: 2.
topaz_image_modelEnhancement 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_enhancementApply dedicated face restoration on top of the upscale.
face_enhancement_strengthFace restoration strength (0-1). Only applies when face_enhancement is true.
face_enhancement_creativityFace restoration creativity (0-1). Higher values allow more deviation from the source face.
subject_detectionLimit enhancement to a region of the image. Default: All.
sharpenSharpening amount (0-1).
denoiseNoise reduction (0-1).
fix_compressionCompression artifact removal (0-1).
output_formatOutput image format. Default: jpeg.
workspace_idRequest 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.