{ "opencollection": "1.0.0", "info": { "name": "OpenAI APIs OpenAI Assistants Chat API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "OpenAI APIs Create chat completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.openai.com/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a model response for the given chat conversation. Supports text, image, and audio inputs and can produce text, tool call, and structured JSON outputs." } ] } ], "bundled": true }