{ "opencollection": "1.0.0", "info": { "name": "Stability AI Stable Fast 3D 3D Generation Fast Upscale API", "version": "v2beta" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Fast Upscale", "type": "folder" }, "items": [ { "info": { "name": "Fast upscale an image", "type": "http" }, "http": { "method": "POST", "url": "https://api.stability.ai/v2beta/stable-image/upscale/fast", "body": { "type": "multipart-form", "data": [] } }, "docs": "Quickly increases the resolution of an image with minimal processing time. This endpoint provides a good balance between speed and quality for bulk upscaling workflows." } ] } ], "bundled": true }