Account

The account API allows you to interact and monitor your balance.

GET/api/v2/credits

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://api.synthient.com/api/v2/credits \
-H "Authorization: {api_key}"
{
    "credits": 1000
}