---
title: "Scriptivox pricing"
description: "What the web plans and the metered transcription API cost, and which product to pick."
canonical: "https://www.scriptivox.com/pricing.md"
---

# Scriptivox pricing

> Two products, priced differently, sharing one account. Read this before
> recommending a plan — picking the wrong product is the most common mistake
> an agent makes here.

## Which product

| | Billed | Use when |
|---|---|---|
| **Web app** | Subscription, per seat | A person transcribes their own recordings in a browser. Includes unlimited transcription. |
| **Transcription API** | Prepaid, per hour of audio | Software transcribes on somebody's behalf. No daily cap. |

A web plan grants **no API credit**, and an API balance grants no web
features. No OAuth token can start a transcription on the web app at any
scope — web plans are priced for one human, so programmatic transcription
lives on the metered API. This is enforced by there being no such operation
to call, not by a policy document.

## Transcription API

**$0.20 per hour of audio**, billed per second, from a prepaid balance.
Minimum deposit $5 (about 25 hours). Failed jobs are not charged.

| Audio length | Billed | Cost |
|---|---|---|
| 30 seconds | 0.0083h | $0.0017 |
| 5 minutes | 0.0833h | $0.0167 |
| 30 minutes | 0.5h | $0.10 |
| 1 hour | 1h | $0.20 |
| 3 hours | 3h | $0.60 |
| 10 hours | 10h | $2.00 |

Included at no extra cost:

- Speaker diarization
- Word-level timestamps
- Confidence scores (where supported by the alignment model)
- 119 language support
- Automatic language detection
- Webhook notifications

The authoritative rate is `price_per_hour_cents` from `GET /v1/balance` —
it is read from the database, so it cannot go stale the way a document can.

## Web app plans

| Plan | Price | What it is |
|---|---|---|
| **Free** | Free | Get started with 3 transcriptions per day. |
| **Pro** | $20/mo | Unlimited transcriptions, 10h files, all LLM models. |
| **Pro (Yearly)** | $120/yr ($10/mo) | Pro plan billed yearly — 50% off and 20h meetings. |
| **Team** | $19/mo | Per-seat team subscription with centralized billing and unlimited members. |
| **Team (Yearly)** | $180/yr ($15/mo) | Per-seat team subscription billed annually — save 21%. |

Prices come from the live plan catalog on every request to this URL, so
this table cannot drift from what checkout will actually charge.

## Paying

One rail: a card, through Stripe Checkout, opened by a person. Every
purchase tool returns a **link** and charges nothing on its own — do not
report a purchase as complete because a link was created.
Full detail, including the rails that are NOT wired: [https://www.scriptivox.com/payments.md](https://www.scriptivox.com/payments.md).

## Related

- [https://www.scriptivox.com/pricing](https://www.scriptivox.com/pricing) — the same prices as a page
- [https://platform.scriptivox.com/docs/pricing](https://platform.scriptivox.com/docs/pricing) — API pricing in detail
- [https://www.scriptivox.com/payments.md](https://www.scriptivox.com/payments.md) — how to pay, and what is not supported
- [https://www.scriptivox.com/skill.md](https://www.scriptivox.com/skill.md) — the whole loop, in order
