{ "opencollection": "1.0.0", "info": { "name": "SiliconFlow Cloud Platform User API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get User Info", "type": "http" }, "http": { "method": "GET", "url": "https://api.siliconflow.com/v1/user" }, "docs": "Get user information including balance and status." } ] } ], "bundled": true }