Skip to main content
GET
/
openapi
/
account
Get account snapshot
curl --request GET \
  --url https://platform.neza.video/api/openapi/account \
  --header 'Authorization: Bearer <token>'
{
  "currentTaskCount": 2,
  "balance": 48.5,
  "currency": "USD"
}

Authorizations

Authorization
string
header
required

Create an API key inside the Neza console and pass it as a Bearer token.

Response

Account overview

currentTaskCount
integer

Number of tasks currently running for this API key.

balance
number<float>

Available balance represented in USD.

currency
string

Currency of the balance.