API REFERENCE · PLATFORM

Usage

One read for the balance and the cycle. Credits are the unit everywhere; the rates behind them live in your contract.

01.Read your usage

GET/v1/usage
curl https://api.thefamiliarlab.com/v1/usage \
  -H "Authorization: Bearer $FAMILIAR_API_KEY"

{
  "cycle_start": "2026-08-01T00:00:00Z",
  "cycle_end": "2026-09-01T00:00:00Z",
  "included_credits": 1000000,
  "used_credits": 412500,
  "overage_credits": 0
}
TABLE 01 · RESPONSE FIELDS
FIELDTYPEDESCRIPTION
cycle_startstringThe UTC calendar month the meter is counting.
cycle_endstringWhen included credits reset.
included_creditsintegerYour contract's monthly allotment.
used_creditsintegerSpent this cycle, across dubs and live.
overage_creditsintegerCredits past the allotment; billed on your monthly invoice.

02.How credits meter

Dubs meter per finished minute per language, at render -- a review=manual dub sitting at in_review has spent nothing (Transcript & review). Live sessions meter per language while the session is live. Subtitles are free. Studio jobs never block on balance: past the allotment, overage rides the monthly invoice, and nothing charges a card automatically.

03.Access

The API is enterprise-only: private access under a Studio contract, with volume pricing, raised limits, and a named point of contact for the integration. Book a call and your key is issued with the contract.