Creative studioGeneratedModels
Topaz Image Upscale
Creative Studio image model reference for the public API.
Topaz Image Upscale
Public model ID: topaz-image-upscale
Asset type: image
Category: Editing
Starting credits: 0.4 (defaults: 0.4)
Prompt not supported.
Start a generation
curl -s -X POST "$API_BASE_URL/v1/creative-studio/generations" \
-H "Authorization: Bearer vsl_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"modelId": "topaz-image-upscale",
"prompt": "Your prompt here",
"image": ["https://example.com/reference.jpg"],
"enhance_model": "Standard V2"
}' | jqPoll GET /v1/creative-studio/generations/{id} until status is completed. Completed generations return outputUrl on cdn.videoslash.com.
Media parameters
| Name | Type | Constraints | Default | Description |
|---|---|---|---|---|
image | string | required · max items: 1 | — | Image to enhance |
Settings parameters
| Name | Type | Constraints | Default | Description |
|---|---|---|---|---|
enhance_model | enum | optional · enum: Standard V2, Low Resolution V2, CGI, High Fidelity V2, Text Refine | Standard V2 | Model to use: Standard V2 (general purpose), Low Resolution V2 (for low-res images), CGI (for digital art), High Fidelity V2 (preserves details), Text Refine (optimized for text) |
upscale_factor | enum | optional · enum: None, 2x, 4x, 6x | None | How much to upscale the image |
output_format | enum | optional · enum: jpg, png | jpg | Output format |
subject_detection | enum | optional · enum: None, All, Foreground, Background | None | Subject detection |
face_enhancement | boolean | optional | false | Enhance faces in the image |
face_enhancement_creativity | number | optional · min: 0 · max: 1 | 0 | Choose the level of creativity for face enhancement from 0 to 1. Defaults to 0, and is ignored if face_enhancement is false. |
face_enhancement_strength | number | optional · min: 0 · max: 1 | 0.8 | Control how sharp the enhanced faces are relative to the background from 0 to 1. Defaults to 0.8, and is ignored if face_enhancement is false. |