Guides

Billing models

Prepaid Credits vs Pay-as-You-Use — how they differ and which endpoints each unlocks.

Every organization uses one of two billing models. It determines which endpoints are available and whether you manage access tokens.

At a glance

Prepaid CreditsPay-as-You-Use
Upfront paymentRequired (purchase credits)Not required
Token managementRequired (generate / upgrade / renew)Optional
Per-transcription chargeNo — charged for token operationsYes (per transcription)
External API endpointsAvailableNot available
Widget API endpointsAvailableAvailable
Best forMulti-user management, predictable costsSimple usage-based billing

Prepaid Credits

You purchase credits upfront and spend them by issuing access tokens — one per clinician or seat. Generating, upgrading, or renewing a token costs credits based on its tier; individual transcriptions are then covered by that token. This model unlocks the full External API (/external/access-tokens) for programmatic token management.

Use it when you manage many users and want predictable, seat-based costs.

Pay-as-You-Use

No upfront purchase and no required token management — you're charged per transcription as you go. Access tokens are optional. Only the Widget API is available (the External API token-management endpoints are not).

Use it when you want the simplest possible usage-based billing.

Checking your balance

Signed-in dashboard users can read credit balance, usage logs, and transactions via the Organization Dashboard endpoints (/organizations/credits/*) — see the API Reference. Both billing models share the same widget integration flow described in Widget integration.