Or jump from this list on a smaller screen.

This is a page from the Audivra documentation. Developer exportsindex: 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.

POST
/api/billing/checkout
Auth required

Initiate plan checkout. Returns Stripe session URL or provider redirect for local payment methods.

Parameters

NameTypeRequiredDescription
planstringYesfree · starter · creator · developer
providerstringNodlocal · paystack · flutterwave · ebanx · yellowcard · stripe
regionstringNoafrica · latam · south-asia

Request body

JSON
{
  "plan": "creator",
  "provider": "paystack",
  "region": "africa"
}
POST
/api/billing/topup
Auth required

Add funds to the prepaid PAYG wallet. Minimum $5. Returns Stripe Checkout URL or applies demo credit locally.

Parameters

NameTypeRequiredDescription
amountUsdnumberYesUSD amount (min 5)
providerstringNostripe · dlocal · paystack · …

Request body

JSON
{
  "amountUsd": 20,
  "provider": "stripe"
}
GET
/api/billing/payg-settings
Auth required

Read auto top-up settings (threshold, recharge amount, optional spend cap).

PUT
/api/billing/payg-settings
Auth required

Update auto top-up settings for the authenticated user.

Request body

JSON
{
  "autoTopUpEnabled": true,
  "autoTopUpAmountCents": 2000,
  "lowBalanceThresholdCents": 1000,
  "monthlySpendCapCents": null
}

Plans

planPriceCredits/mo
free$0/mo12,000
starter$5/mo36,000
creator$18/mo145,000
developer$79/mo720,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

MarketProviderLocal rails
All Global South (single API)dLocalPix, UPI, Mobile Money, local cards, bank transfers
Africa-first (creators & devs)Paystack or FlutterwaveM-Pesa, MTN, Airtel, USSD, NGN/KES direct debit
Latin AmericaEBANXPix (Brazil), OXXO (Mexico), PSE (Colombia)
Low FX cost / Web3 nativeYellow Card / USDCUSDT/USDC via local Mobile Money ramps
Cards / US-EU / diasporaStripeCards, Apple Pay, Google Pay, Link, SEPA, Checkout subscriptions

Step-by-step guide: Accept M-Pesa via Paystack webhook