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
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
Pricing
500 validations/mo
2,000 validations/mo
10,000 validations/mo
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 →