Deepgram allows users to retrieve their current credit balance through API endpoints specifically designed for this purpose. Understanding how to utilize these endpoints can help in managing and tracking your usage effectively.
Deepgram provides two main API endpoints to access balance information related to a project:
Get All Balances:
/v1/balances
Get Specific Balance:
/v1/balance
Upon querying these endpoints, you might receive a response structured as follows:
"balances": [
{
"balance_id": "12345678910",
"amount": 104.56822227,
"units": "usd",
"purchase_order_id": "12345678910"
}
]
Each balance entry in the response typically includes:
While the above endpoints provide HTTP-based access, you can also utilize Deepgram's SDKs to seamlessly integrate balance retrieval into your applications. Deepgram offers SDKs in various languages, which you can find at:
If issues persist or the system behavior seems inconsistent, reach out to your Deepgram support representative (if you have one) or visit our community for assistance: Deepgram Discord
Understanding these API endpoints and SDK integrations can greatly enhance your ability to manage your Deepgram usage. Should you encounter any complications or require further assistance, leveraging Deepgram's community and support resources is highly encouraged.