Skip to content

Pricing & Quotas

  • Signing is paid — every POST /v1/records call consumes 1 signature from your plan quota
  • Verification is always freePOST /v1/verify and POST /v1/verify/batch never count against any quota
  • No upfront integration fee — start on Free with no credit card

PlanMonthlyAnnual (per mo)Included signaturesOverage
Free$0500Blocked at limit
Starter$49$395,000$0.008 / signature
Growth$199$15930,000$0.006 / signature
Scale$599$479150,000$0.004 / signature
EnterpriseCustomCustomUnlimitedNone

Annual plans save 20% and are billed upfront.


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 plans never block. Signatures above the included allowance are counted as overage and charged at period end:

overage_bill = overage_count × overage_rate

Example: Starter plan, 5,400 signatures in a month:

  • 5,000 included → $49/mo base
  • 400 overage × $0.008 = $3.20
  • Total: $52.20

  • 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.


Via the dashboard: Overview or Settings → Plan & Usage

Via the API:

GET /v1/billing/usage
Authorization: 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"
}

FromToTrigger
FreeStarterHit 500/mo cap
StarterGrowthNeed audit exports, compliance docs, or hit 5K cap
GrowthScaleHigh volume, SLA needed, SDK certification badge
ScaleEnterpriseCustom compliance, legal discovery, dedicated support