{ "opencollection": "1.0.0", "info": { "name": "HeyGen Account API", "version": "4.0.8" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Get Remaining Quota", "type": "http" }, "http": { "method": "GET", "url": "https://api.heygen.com/v2/user/remaining_quota", "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Get Remaining Quota" }, { "info": { "name": "Get Current User Information", "type": "http" }, "http": { "method": "GET", "url": "https://api.heygen.com/v1/user/me", "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "docs": "Get Current User Information" } ] } ], "bundled": true }