{ "opencollection": "1.0.0", "info": { "name": "Stability AI Stable Fast 3D 3D Generation Generate Core API", "version": "v2beta" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Generate Core", "type": "folder" }, "items": [ { "info": { "name": "Generate an image using Stable Image Core", "type": "http" }, "http": { "method": "POST", "url": "https://api.stability.ai/v2beta/stable-image/generate/core", "body": { "type": "multipart-form", "data": [] } }, "docs": "Generates an image from a text prompt using the Stable Image Core model. This endpoint provides fast and affordable generation with high-quality results suitable for most use cases. Requests use multipart form data encoding." } ] } ], "bundled": true }