{ "opencollection": "1.0.0", "info": { "name": "AIMLAPI AI/ML API Documentation API Key Management [WIP] Completions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "[WIP] Completions", "type": "folder" }, "items": [ { "info": { "name": "AIMLAPI Create Completion", "type": "http" }, "http": { "method": "POST", "url": "http://{{baseurl}}/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a completion for the provided prompt and parameters." } ] } ], "bundled": true }