{ "opencollection": "1.0.0", "info": { "name": "Stability AI Stable Fast 3D 3D Generation Style API", "version": "v2beta" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Style", "type": "folder" }, "items": [ { "info": { "name": "Generate an image with style transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.stability.ai/v2beta/stable-image/control/style", "body": { "type": "multipart-form", "data": [] } }, "docs": "Generates a new image that adopts the visual style of a reference image. The style image provides color palette, artistic technique, and aesthetic direction while the text prompt controls the subject and composition of the output." } ] } ], "bundled": true }