{ "opencollection": "1.0.0", "info": { "name": "Moonshot AI Batch Billing API", "version": "1.0.0" }, "items": [ { "info": { "name": "Billing", "type": "folder" }, "items": [ { "info": { "name": "Check Balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.moonshot.ai/v1/users/me/balance", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "REST API to check your available, voucher, and cash balances on Kimi OpenPlatform." } ] } ], "bundled": true }