Image-to-image upscale
documentedUpscale an image using the specified upscaling engine.
POST /v1/generation/{engine_id}/image-to-image/upscaleGenerationno implementation yet0 runsNo 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}}"