Get India Credit Balance
get_india_credit_balanceReturns the credits this API key's account can spend right now.
Free. Never charged, so it is safe to poll for low-balance alerting or to pre-flight a batch job.
Authentication: any valid vq_key_ key. No particular scope is required.
Credits are account-wide and are not split by jurisdiction: the same balance
funds the India legislation endpoints and the United States primary-law
endpoints, from one ledger. This route and the United States
GET /api/v1/credits/balance therefore report the same number, and spending on
either surface moves both.
Read bySource before assuming a balance is durable: subscription credits are
use-it-or-lose-it at the period end, while payg credits you purchased persist
and burn last. nextExpiry tells you what is about to be forfeited and when.
Example
curl https://api.vaquill.ai/api/v1/in/credits/balance \
-H "Authorization: Bearer $VAQUILL_API_KEY"Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||