{ "opencollection": "1.0.0", "info": { "name": "Deepgram Management Balances API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Balances", "type": "folder" }, "items": [ { "info": { "name": "Deepgram List project balances", "type": "http" }, "http": { "method": "GET", "url": "https://api.deepgram.com/v1/projects/:project_id/balances", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Unique identifier of the project." } ] }, "docs": "Retrieves billing balance information for the specified project." }, { "info": { "name": "Deepgram Get a project balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.deepgram.com/v1/projects/:project_id/balances/:balance_id", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Unique identifier of the project." }, { "name": "balance_id", "value": "", "type": "path", "description": "Unique identifier of the balance." } ] }, "docs": "Retrieves details about a specific billing balance for the project." } ] } ], "bundled": true }