Account
The account API allows you to monitor your balance.
GET/api/v3/balance
Get Credits
Fetches the current balance of the account.
Attributes
- Name
credits
- Type
- number
- Description
The current balance of the account.
Get Credits Request
GET/api/v2/credits
curl -G https://v3api.synthient.com/api/v3/credits \
-H "Authorization: {api_key}"
{
"balance": 1000
}