Skip to main content
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.tensorpix.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Response

balance_usd
string<decimal>
Pattern: ^-?\d{0,10}(?:\.\d{0,4})?$