{ "opencollection": "1.0.0", "info": { "name": "Stability AI Stable Fast 3D 3D Generation Conservative Upscale API", "version": "v2beta" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Conservative Upscale", "type": "folder" }, "items": [ { "info": { "name": "Conservative upscale an image", "type": "http" }, "http": { "method": "POST", "url": "https://api.stability.ai/v2beta/stable-image/upscale/conservative", "body": { "type": "multipart-form", "data": [] } }, "docs": "Increases the resolution of an image while closely preserving the original details and composition. This endpoint minimizes creative additions, making it ideal for upscaling photographs or images where fidelity to the original is important. This is an asynchronous endpoint that returns a generation ID for polling." } ] } ], "bundled": true }