Sign in

Image-to-image upscale

documented

Upscale an image using the specified upscaling engine.

POST /v1/generation/{engine_id}/image-to-image/upscaleGenerationno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.stability.ai/v1/generation/{{$engine_id}}/image-to-image/upscale" \
  -X POST \
  -H "Authorization: Bearer {{STABILITY_API_KEY}}" \
  -H "Accept: application/json" \
  -F "image=@{{$image_path}};type={{$image_mime}}" \
  -F "width={{$width}}" \
  -F "height={{$height}}"
Image-to-image upscale · Stability AI · OpenIntegrations