By de Montfort LLC — Makers of TachyonTracker

COI Validation
as a Service

Send a Certificate of Insurance image or text. Get a compliance score, gap analysis, and policy extraction — in under 3 seconds. Built for platforms that verify vendor insurance at scale.

3-Second Validation

Send a COI, get a compliance score and gap list. No manual review needed.

📸

Image + Text OCR

Upload a COI photo or paste text. AI extracts policies, dates, limits, endorsements.

Custom Requirements

Define your GL, WC, Auto limits and endorsement requirements. Get pass/fail per field.

API Reference

validate-coi.js
const response = await fetch(
  'https://tachyontracker.com/api/validate-coi',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer tt_live_...',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      image: base64CoiImage,    // or text: "CERTIFICATE OF..."
      mode: 'coi',
      requirements: {
        gl_per_occurrence: 1000000,
        gl_aggregate: 2000000,
        wc_statutory: true,
        auto_combined: 500000,
        additional_insured: true,
        waiver_of_subrogation: true,
        30_day_cancellation: true,
      }
    }),
  }
);

const result = await response.json();
// {
//   validation: {
//     score: 62,
//     gaps: [
//       "GL aggregate below $2M ($1M found)",
//       "Additional insured not listed",
//       "No waiver of subrogation"
//     ],
//     requirements_met: {
//       gl_per_occurrence: true,
//       gl_aggregate: false,
//       additional_insured: false,
//       waiver_of_subrogation: false,
//       ...
//     },
//     additional_insured: false,
//     waiver_of_subrogation: false,
//     expires_in_days: 47
//   },
//   usage: { used: 1, limit: 500 }
// }

Response Schema

validation.score integer 0-100
validation.gaps string[]
validation.requirements_met object
validation.policies object[]
validation.additional_insured boolean
validation.waiver_of_subrogation boolean
validation.expires_in_days integer|null
analysis.overall_score integer
analysis.summary string
usage.used integer

Pricing

Starter
500 validations/mo
$49/mo
Pro
2,000 validations/mo
$149/mo
Enterprise
10,000 validations/mo
$399/mo
Overage: $0.10/validation · Image OCR included · Webhook alerts included

Built For Platforms

Construction PM Software

Add COI validation to Procore, BuilderTrend, or your own platform

Property Management

Auto-verify vendor and tenant insurance before approving work orders

Risk & Insurance Brokerages

Audit COIs at scale for carrier programs and captive insurers

Currently in early access. Request an API key to join the beta.

Request API Key →