cURL
curl --request GET \ --url https://platform.neza.video/api/openapi/account \ --header 'Authorization: Bearer <token>'
{ "currentTaskCount": 2, "balance": 48.5, "currency": "USD" }
Check current balance and queued task count for your API key.
Create an API key inside the Neza console and pass it as a Bearer token.
Account overview
Number of tasks currently running for this API key.
Available balance represented in USD.
Currency of the balance.