# Verdacert business pricing (machine-readable)

> Pricing for law firms, corporate teams, and high-volume agents.
> Volume-discount percentages and per-word business rates are
> generated from `lib/pricing.ts` (`VOLUME_TIER_DISCOUNT_BPS`,
> `BUSINESS_RATE_PER_WORD_CENTS`) — this document cannot drift from
> what we actually bill.

Currency: USD. Companion to `https://www.verdacert.com/pricing.md` (per-page certified
rates, surcharges, SLA semantics, add-ons).

Last regenerated: 2026-05-25T12:41:59.066Z

---

## Volume discounts — certified translation

Discounts apply to the translation subtotal only. Add-ons
(notarization, hardcopy, apostille) are pass-through costs and are
NOT discounted.

| Tier            | Volume                  | Per-page rate         |
|-----------------|-------------------------|-----------------------|
| Firm Starter | 0–50 pages / month | Standard rates |
| Firm Standard | 50–250 pages / month | −20% off standard |
| Firm Premium | 250+ pages / month | −38% off standard |

Custom tiers available for firms processing 1,000+ pages/month —
email hello@verdacert.com.

### Firm Starter — 0–50 pages / month

Per-page rate: Standard rates

- Permissioned client portal
- Email + Slack status updates
- Single-invoice billing
- Net-30 payment terms

### Firm Standard — 50–250 pages / month

Per-page rate: −20% off standard

- Everything in Firm Starter
- Dedicated reviewer pool
- Median turnaround under 14 hours
- Custom certification statement templates

### Firm Premium — 250+ pages / month

Per-page rate: −38% off standard

- Everything in Firm Standard
- Named lead reviewer for your account
- SOC 2 Type II report access (audit in progress)
- Dedicated success contact
- API access (beta)

## Business translation (non-certified) — per word

For marketing, legal, and internal use where USCIS / court
acceptance isn't required. Three tiers differ in level of human
involvement.

| Tier                          | Rate                  | Default SLA |
|-------------------------------|-----------------------|-------------|
| AI translation                | $0.04 / word      | 1 h |
| MTPE (AI + human post-editor) | $0.10 / word    | 24 h |
| Full human translator         | $0.18 / word   | 48 h |

Minimum charge per business order: $5.00 (covers
Stripe transaction floor on tiny AI jobs).

### Specialty languages on business orders

MTPE and Human business tiers apply the ×1.5 specialty-language
multiplier to the per-word rate when the source language has a
thinner reviewer pool. AI-only orders are NOT multiplied (the model
handles all supported languages equivalently).

See `https://www.verdacert.com/pricing.md` for the full specialty-language list.

## Programmatic access

- `POST https://www.verdacert.com/api/v1/quote` — pass `volumeTier` and / or
  `productLine: "business_ai" | "business_mtpe" | "business_human"`
  to get an authoritative quote. Same engine used here.
- `GET https://www.verdacert.com/api/v1/capabilities` — live enums.
- Full REST + MCP reference: `https://www.verdacert.com/docs/api`.
- LLM overview: `https://www.verdacert.com/llms.txt`.
- Consumer / per-page pricing: `https://www.verdacert.com/pricing.md`.

## Contact

hello@verdacert.com — firm onboarding, custom tier pricing, API
sandbox provisioning, rev-share on referred volume.
