Videoslash API
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"
  }' | jq

Poll GET /v1/creative-studio/generations/{id} until status is completed. Completed generations return outputUrl on cdn.videoslash.com.

Media parameters

NameTypeConstraintsDefaultDescription
imagestringrequired · max items: 1—Image to enhance

Settings parameters

NameTypeConstraintsDefaultDescription
enhance_modelenumoptional · enum: Standard V2, Low Resolution V2, CGI, High Fidelity V2, Text RefineStandard V2Model 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_factorenumoptional · enum: None, 2x, 4x, 6xNoneHow much to upscale the image
output_formatenumoptional · enum: jpg, pngjpgOutput format
subject_detectionenumoptional · enum: None, All, Foreground, BackgroundNoneSubject detection
face_enhancementbooleanoptionalfalseEnhance faces in the image
face_enhancement_creativitynumberoptional · min: 0 · max: 10Choose the level of creativity for face enhancement from 0 to 1. Defaults to 0, and is ignored if face_enhancement is false.
face_enhancement_strengthnumberoptional · min: 0 · max: 10.8Control 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.

On this page