{ "opencollection": "1.0.0", "info": { "name": "OpenAI Assistants Completions API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Completions", "type": "folder" }, "items": [ { "info": { "name": "OpenAI Creates a completion for the provided prompt and parameters.", "type": "http" }, "http": { "method": "POST", "url": "https://api.openai.com/v1/completions", "body": { "type": "json", "data": "{}" } }, "docs": "OpenAI Creates a completion for the provided prompt and parameters." } ] } ], "bundled": true }