Get started
API pricing
API usage is billed per streamed minute from a credit wallet that is separate from your subscription plan minutes.
- Plan minutes = streams you run from the dashboard.
- Credit wallet = streams you start through the API.
Rates
| Monthly API volume | Rate (live-commerce) |
|---|---|
| First 1,000 min | $0.50 / min |
| 1,000 – 5,000 min | $0.35 / min |
| 5,000 – 20,000 min | $0.25 / min |
| 20,000+ min | $0.15 / min |
- iGaming streams: +$0.10 / min on top of the tier rate.
- Billed per second (a 7 min 30 s stream = 7.5 minutes).
- Billing starts when the stream enters
liveand stops atended.preparingtime is never billed. - Test keys (
tt_test_) are always free.
Credit wallet
- Top up from Billing → API keys → wallet. Credits never expire.
- API calls that would exceed your balance return
402 { "error": { "code": "insufficient_credits" } }; live streams are not interrupted mid-stream by a zero balance — the overage is invoiced. - Volume tiers recalculate monthly on actual usage — you always get the best rate you qualified for, automatically.
Checking usage
GET /api/v1/analytics reports total_minutes per period; the dashboard wallet
view shows balance, current tier, and projected spend.
Was this page helpful?