Or jump from this list on a smaller screen.
This is a page from the Audivra documentation. Developer exports — index: http://127.0.0.1:3000/docs/llms.txt, full corpus: http://127.0.0.1:3000/docs/llms-full.txt, OpenAPI: http://127.0.0.1:3000/docs/openapi.json, Postman: http://127.0.0.1:3000/docs/postman.json. Press ⌘K to search docs.
Billing
Upgrade plans via Stripe Checkout (cards, Apple Pay, Google Pay, Link, SEPA) or Global South rails — dLocal, Paystack, Flutterwave, EBANX, Yellow Card. Prepaid PAYG top-ups on all self-serve tiers.
/api/billing/checkoutInitiate plan checkout. Returns Stripe session URL or provider redirect for local payment methods.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| plan | string | Yes | free · starter · creator · developer |
| provider | string | No | dlocal · paystack · flutterwave · ebanx · yellowcard · stripe |
| region | string | No | africa · latam · south-asia |
Request body
{
"plan": "creator",
"provider": "paystack",
"region": "africa"
}/api/billing/topupAdd funds to the prepaid PAYG wallet. Minimum $5. Returns Stripe Checkout URL or applies demo credit locally.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| amountUsd | number | Yes | USD amount (min 5) |
| provider | string | No | stripe · dlocal · paystack · … |
Request body
{
"amountUsd": 20,
"provider": "stripe"
}/api/billing/payg-settingsRead auto top-up settings (threshold, recharge amount, optional spend cap).
/api/billing/payg-settingsUpdate auto top-up settings for the authenticated user.
Request body
{
"autoTopUpEnabled": true,
"autoTopUpAmountCents": 2000,
"lowBalanceThresholdCents": 1000,
"monthlySpendCapCents": null
}Plans
| plan | Price | Credits/mo |
|---|---|---|
| free | $0/mo | 12,000 |
| starter | $5/mo | 36,000 |
| creator | $18/mo | 145,000 |
| developer | $79/mo | 720,000 |
Estimate audio characters + avatar minutes, then checkout on a local rail: Credits calculator. Video-first plans and compare table: Pricing. PAYG model and rates: Pay As You Go.
Payment providers
| Market | Provider | Local rails |
|---|---|---|
| All Global South (single API) | dLocal | Pix, UPI, Mobile Money, local cards, bank transfers |
| Africa-first (creators & devs) | Paystack or Flutterwave | M-Pesa, MTN, Airtel, USSD, NGN/KES direct debit |
| Latin America | EBANX | Pix (Brazil), OXXO (Mexico), PSE (Colombia) |
| Low FX cost / Web3 native | Yellow Card / USDC | USDT/USDC via local Mobile Money ramps |
| Cards / US-EU / diaspora | Stripe | Cards, Apple Pay, Google Pay, Link, SEPA, Checkout subscriptions |
Step-by-step guide: Accept M-Pesa via Paystack webhook