{ "opencollection": "1.0.0", "info": { "name": "Leonardo.AI 3D Model Assets Pricing Calculator API", "version": "v1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pricing Calculator", "type": "folder" }, "items": [ { "info": { "name": "Calculating API Cost", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.leonardo.ai/api/rest/v1/pricing-calculator", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint returns the cost used for generating images using a particular service type." } ] } ], "bundled": true }