GET
/
api
/
accounts
/
profile
/
balance
/
Account Credits balance
curl --request GET \
  --url https://backend.tensorpix.ai/api/accounts/profile/balance/ \
  --header 'Authorization: <api-key>'
{
  "balance_usd": "<string>"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Response

200
application/json

The response is of type object.