The API for insurance quotes.
Get instant quotes from leading insurers with a single request. Plug into your product, CRM, or voice agent—no one‑off carrier integrations required.
Go live in under a day.
{
"driver": {"firstName":"Jane","lastName":"Doe","dob":"1990-03-12"},
"vehicle": {"vin":"1HGCM82633A004352"},
"address": {"line1":"123 Main St","city":"Austin","state":"TX","zip":"78701"},
"coverage": {"bodilyInjury":"100/300","collision":true,"deductible":500}
}
{
"quotes": [
{"carrier":"Acme Insurance","premiumMonthly":118.42,"premiumAnnual":1399.99,"bindingUrl":"https://…"},
{"carrier":"Union Mutual","premiumMonthly":125.10,"premiumAnnual":1495.00,"bindingUrl":"https://…"}
],
"latencyMs": 4230,
"requestId": "req_abc123"
}
Connect once. Get quotes across auto, home, and commercial lines.
Typical 2–6s to first quote. Scales with demand.
SOC 2‑ready practices, audit logs, RBAC.
Integrates with leading insurers and MGAs.
Connect. Send. Get quotes.
Use one standardized schema across carriers. We handle the complexity behind the scenes.
Built for quoting teams
A single API for quotes across carriers and lines.
Parallelized requests at scale.
Isolated runtime, RBAC, audit logs. PHI/PII controls available.
Consistent JSON across providers.
We run the infra; you call the API.
Most teams live in under a day.
One request. Multiple quotes.
Use your test key to call dedicated endpoints by LOB. Responses include timing and binding links.
curl -X POST https://api.quote-api.dev/v1/quotes/auto \
-H "Authorization: Bearer TEST_KEY" \
-H "Content-Type: application/json" \
-d '{
"driver":{"firstName":"Jane","lastName":"Doe","dob":"1990-03-12"},
"vehicle":{"vin":"1HGCM82633A004352"},
"address":{"line1":"123 Main St","city":"Austin","state":"TX","zip":"78701"},
"coverage":{"bodilyInjury":"100/300","collision":true,"deductible":500}
}'
Response
{
"quotes": [
{"carrier":"Acme Insurance","premiumMonthly":118.42,"premiumAnnual":1399.99,"bindingUrl":"https://…"},
{"carrier":"Union Mutual","premiumMonthly":125.10,"premiumAnnual":1495.00,"bindingUrl":"https://…"}
],
"latencyMs": 4230,
"requestId": "req_abc123"
}
Return a boundable quote in one call.
One-click Get quote inside your workflow.
Batch quote enrichment and repricing.
Triage and surface cheapest eligible carriers.
Plans for every stage
Usage beyond included runs is billed per run.
- 10,000 runs included
- Dedicated capacity
- SSO
- Advanced audit/log export
- 99.9% uptime target
- Private VPC / on‑prem options
- Custom SLAs
- Dedicated account team
- Compliance add‑ons (BAA)
- Carrier coverage expansion
Ship safely in regulated environments
- Isolated execution, encrypted secrets, role‑based access, audit trails.
- Optional: BAA, data residency, customer‑managed keys.
Security and compliance are first‑class. Access is scoped by workspace and roles, sensitive data is protected, and every action is logged. Compliance add‑ons available on Enterprise.