{ "opencollection": "1.0.0", "info": { "name": "Moonshot AI Batch Chat API", "version": "1.0.0" }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Create Chat Completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.moonshot.ai/v1/chat/completions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a completion for the chat message. Supports standard chat, Partial Mode, and Tool Use (Function Calling)." } ] } ], "bundled": true }