{ "opencollection": "1.0.0", "info": { "name": "Stability AI Stable Fast 3D 3D Generation Structure API", "version": "v2beta" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Structure", "type": "folder" }, "items": [ { "info": { "name": "Generate an image guided by structural reference", "type": "http" }, "http": { "method": "POST", "url": "https://api.stability.ai/v2beta/stable-image/control/structure", "body": { "type": "multipart-form", "data": [] } }, "docs": "Generates a new image guided by the structural composition of a reference image. The reference image provides edge and layout information while the text prompt directs the content and style of the output. Useful for generating variations that maintain the same composition." } ] } ], "bundled": true }