Send Auphonic credit balance to Notifications
This query returns how much processing credit is left in your Auphonic account.
Developer info
- API endpoint slug
- auphonic.current_credit_balance
- Runtime method
- performQuery("auphonic.current_credit_balance"}
Query fields
No fields for this query
Ingredients
Credits remaining The total processing credit left on your account, in hours.
- Slug
- credits_remaining
- Filter code
- Auphonic.currentCreditBalance.CreditsRemaining
- Type
- String
- Example
- 1.95
Recurring credits The part of your remaining credit that comes from your recurring allowance, in hours.
- Slug
- recurring_credits
- Filter code
- Auphonic.currentCreditBalance.RecurringCredits
- Type
- String
- Example
- 1.95
Onetime credits The part of your remaining credit that comes from purchased credit packages, in hours.
- Slug
- onetime_credits
- Filter code
- Auphonic.currentCreditBalance.OnetimeCredits
- Type
- String
- Example
- 0
Next recharge When your recurring allowance next resets.
- Slug
- next_recharge
- Filter code
- Auphonic.currentCreditBalance.NextRecharge
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
