Pricing & Quotas
Core model
Section titled “Core model”- Signing is paid — every
POST /v1/recordscall consumes 1 signature from your plan quota - Verification is always free —
POST /v1/verifyandPOST /v1/verify/batchnever count against any quota - No upfront integration fee — start on Free with no credit card
| Plan | Monthly | Annual (per mo) | Included signatures | Overage |
|---|---|---|---|---|
| Free | $0 | — | 500 | Blocked at limit |
| Starter | $49 | $39 | 5,000 | $0.008 / signature |
| Growth | $199 | $159 | 30,000 | $0.006 / signature |
| Scale | $599 | $479 | 150,000 | $0.004 / signature |
| Enterprise | Custom | Custom | Unlimited | None |
Annual plans save 20% and are billed upfront.
Quota enforcement
Section titled “Quota enforcement”Free tier
Section titled “Free tier”When you reach 500 signatures/month, POST /v1/records returns 402:
{ "error": "signature_limit_reached", "message": "Free tier limit of 500 signatures/month reached.", "upgrade_url": "https://certivu.ai/pricing", "limit": 500, "current": 500}Upgrade to any paid plan to continue signing.
Paid tiers
Section titled “Paid tiers”Paid plans never block. Signatures above the included allowance are counted as overage and charged at period end:
overage_bill = overage_count × overage_rateExample: Starter plan, 5,400 signatures in a month:
- 5,000 included → $49/mo base
- 400 overage × $0.008 = $3.20
- Total: $52.20
Billing periods
Section titled “Billing periods”- Monthly plans: 1-month rolling period, resets on the same day each month
- Annual plans: 12-month period from signup date
Usage is tracked in your org’s usage.signatures_this_period counter, which resets automatically at period end.
Check your usage
Section titled “Check your usage”Via the dashboard: Overview or Settings → Plan & Usage
Via the API:
GET /v1/billing/usageAuthorization: Bearer ctv_key_abc123{ "plan": "starter", "signatures_used": 1243, "signatures_included": 5000, "overage_count": 0, "period_start": "2026-05-01T00:00:00.000Z", "period_end": "2026-05-31T23:59:59.999Z"}Upgrade triggers
Section titled “Upgrade triggers”| From | To | Trigger |
|---|---|---|
| Free | Starter | Hit 500/mo cap |
| Starter | Growth | Need audit exports, compliance docs, or hit 5K cap |
| Growth | Scale | High volume, SLA needed, SDK certification badge |
| Scale | Enterprise | Custom compliance, legal discovery, dedicated support |