{ "opencollection": "1.0.0", "info": { "name": "Fish Audio Asr Wallet API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Wallet", "type": "folder" }, "items": [ { "info": { "name": "Get user package / balance / subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.fish.audio/wallet/:user_id/package", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "Get user package / balance / subscription" }, { "info": { "name": "Get API credit balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.fish.audio/wallet/:user_id/api-credit", "params": [ { "name": "user_id", "value": "", "type": "path" }, { "name": "check_free_credit", "value": "", "type": "query" }, { "name": "team_id", "value": "", "type": "query" } ] }, "docs": "Get API credit balance" } ] } ], "bundled": true }