{ "opencollection": "1.0.0", "info": { "name": "GroqCloud Audio Responses API", "version": "2.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Responses", "type": "folder" }, "items": [ { "info": { "name": "Creates a model response for the given input.", "type": "http" }, "http": { "method": "POST", "url": "https://api.groq.com/openai/v1/responses", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a model response for the given input." } ] } ], "bundled": true }