{ "opencollection": "1.0.0", "info": { "name": "Kling AI Open Platform Account API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Query resource-pack balances", "type": "http" }, "http": { "method": "GET", "url": "https://api.klingai.com/account/costs", "params": [ { "name": "start_time", "value": "", "type": "query", "description": "Start of the query window as a Unix millisecond timestamp." }, { "name": "end_time", "value": "", "type": "query", "description": "End of the query window as a Unix millisecond timestamp." } ] }, "docs": "Return remaining prepaid resource-pack balances and consumption." } ] } ], "bundled": true }