{ "opencollection": "1.0.0", "info": { "name": "AIMLAPI AI/ML API Documentation API Key Management Images API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "AIMLAPI Create Image", "type": "http" }, "http": { "method": "POST", "url": "http://{{baseurl}}/images/generations", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an image given a prompt." } ] } ], "bundled": true }