Powered by Start Today™ Compliance Intelligence

Entity compliance
intelligence via API.

Verify entity good standing, monitor compliance health continuously, and retrieve the Start Score™ — the only continuously-updated compliance health index for American business entities.

Get API AccessRead the Docs
57
US jurisdictions
155
Filing rules
11
Score pillars
50-state
Coverage
GET /verify — sample response
{
  "found": true,
  "object": "entity_verification",
  "entity": { "name": "Redrock Industries LLC", "ein": "XX-XXXXXXX" },
  "compliance": {
    "start_score": 88,
    "compliance_tier": "excellent",
    "good_standing": {
      "jurisdictions_in_good_standing": 7,
      "total_jurisdictions": 8,
      "good_standing_pct": 88
    },
    "annual_reports": { "next_due_date": "2026-09-01", "overdue": false },
    "insurance": { "active_policies": 5 }
  }
}
Three Products

Every angle of entity compliance.

From point-in-time verification to continuous surveillance to scored intelligence.

🔍
STVerify Verify
Live

Point-in-time entity compliance check by EIN, entity ID, or name+state. Returns good standing, annual report due dates, registered agent status, insurance policies, and compliance tier.

📡
STVerify Monitor
Beta

Subscribe to entity compliance webhooks. Get notified when a score changes, a status lapses, a filing becomes overdue, or an insurance policy expires.

📊
STVerify Score
Live

The Start Score™ as an API endpoint. 11-pillar compliance health index with trend direction, pillar breakdown, and ROI context.

🗄️
STVerify NexusComing Soon

License the reference data layer — 155 jurisdiction filing rules, 57-state annual report schedules, entity type compliance matrices.

API Reference

Two endpoints. Immediate value.

GET/verify

Point-in-time entity compliance check. Returns good standing, filings, insurance, registered agent.

Request
curl -X GET \
  "https://ptgtliwllimkswtajcmy.supabase.co/functions/v1/stverify-verify?ein=XX-XXXXXXX" \
  -H "Authorization: Bearer stv_live_your_key_here"
Response
{
  "found": true,
  "object": "entity_verification",
  "entity": { "name": "Redrock Industries LLC", "ein": "XX-XXXXXXX" },
  "compliance": {
    "start_score": 88,
    "compliance_tier": "excellent",
    "good_standing": {
      "jurisdictions_in_good_standing": 7,
      "total_jurisdictions": 8,
      "good_standing_pct": 88
    },
    "annual_reports": { "next_due_date": "2026-09-01", "overdue": false },
    "insurance": { "active_policies": 5 }
  }
}
GET/score

Start Score™ with 11-pillar breakdown, trend direction, and ROI context.

Request
curl -X GET \
  "https://ptgtliwllimkswtajcmy.supabase.co/functions/v1/stverify-score?ein=XX-XXXXXXX&include_pillars=true" \
  -H "Authorization: Bearer stv_live_your_key_here"
Response
{
  "score": {
    "start_score": 88,
    "compliance_tier": "excellent",
    "trend_direction": "improving"
  },
  "pillars": {
    "entity_compliance": 78, "hr_compliance": 85,
    "risk_insurance": 55,    "state_tax": 82,
    "ownership_governance": 90, "kyc_aml": 70
  },
  "roi_context": {
    "estimated_annual_penalty_reduction_usd": 5700
  }
}
🔑
Authentication

All requests require Authorization: Bearer stv_live_* header. Use stv_test_* for dev — test keys do not count against rate limits. Keys are scoped per product. Request access →

Who Uses STVerify

Built for the institutions that need it most.

🏦
SBA Lenders & CDCs
Highest ACV

Pain: Manually monitoring 100+ borrowers with no automation tools.

Continuous Start Score monitoring via webhooks. Real-time alerts before the annual review.

🏢
Community Banks
Covenant Monitoring

Pain: KYC checks go stale immediately after underwriting.

Replace point-in-time checks with continuous monitoring. Know borrower compliance daily.

📈
PE Firms & M&A
Deal Intelligence

Pain: Compliance diligence takes weeks and reveals surprises late.

STVerify Score before LOI. 11 pillars show exactly where gaps are and what they cost.

🛡️
Insurance Underwriters
Risk Correlation

Pain: No data on operational compliance posture of insured businesses.

Start Score is a compliance-correlated risk metric. Use it as an underwriting input.

⚖️
Law Firms
Practice Intelligence

Pain: Client entity data is scattered, stale, manually maintained.

Real-time entity status integrated into your practice management system.

🔧
SaaS Builders
Data Licensing

Pain: Building compliance features requires maintaining 50-state rules.

License the Nexus data layer. Stop maintaining jurisdiction matrices.

Why STVerify

Middesk verifies a moment in time.
STVerify monitors continuously.

Point-in-time verification tells you if an entity was compliant when you checked. STVerify tells you if it's compliant right now — and notifies you the moment that changes.

CapabilityMiddeskSTVerify
Good standing verification
Annual report due dates
Continuous monitoring + webhooks
11-pillar compliance score
Insurance gap detection
HR compliance visibility
Covenant compliance tracking
Score trend + ROI context
Reference data licensing (Nexus)Coming
Pricing

Simple, usage-based pricing.

Start free in test mode. No commitments for early access.

Starter
Free
Test mode only
  • 1,000 test calls/day
  • Verify + Score products
  • Standard rate limits
  • Email support
Most Popular
Growth
$99/mo
Live mode included
  • 10,000 live calls/mo
  • Verify + Score + Monitor
  • 1,000 monitor subscriptions
  • Priority support
Enterprise
Custom
For institutions
  • Unlimited calls
  • All products + Nexus
  • SLA guarantee
  • Dedicated support + contracts

Enterprise pricing for SBA lenders, CDCs, and banks — contact us.

Ready to verify?

Start with test mode. No credit card required for early access.

Request API AccessView Docs