How the Pieces Fit Together
The API surface maps to the insurance lifecycle. Each capability is a composable building block — use the ones you need, in whatever combination fits your workflow. The system is configuration-driven, so the same endpoints work for any line of business, any field schema, any document template.Configure
Define fields, exposure types, coverage types, custom objects, and form templates via API. Available today via the Configuration API.
Submit
Create submissions that group related quotes for a single applicant. Planned — Submissions.
Quote
Create and iterate on quotes with configurable field data. Available today via the Quotes API.
Rate
Invoke AI Insurance’s hosted rating engine via API. If you use your own rating engine, the existing quote endpoints already support writing rating results directly. Planned — Rating.
Document
Generate quote and policy documents from uploaded templates using smart tags. Planned — Document Generation.
Bind
Convert a quote into a policy via the transaction model. Planned — a v1 bind endpoint that creates a new-business transaction from a quote.
Manage
Endorse, cancel, reinstate, and renew policies via the immutable transaction model. Available today via the Policy API.
Report
Earned premium, bordereau exports, and financial reporting. Available today via the Policy Reporting API.
Claims
Create and manage events linked to policies. Available today via the Events API.
Parse
Submit unstructured documents (applications, loss runs) and receive structured data. Planned — Submission Parsing.
What’s Available Today
| Capability | API |
|---|---|
| Configuration (field definitions, option sets, exposure types, coverage types, custom objects) | Configuration Management |
| Exposure CRUD with configurable fields | Exposures |
| Quote lifecycle (create, update, send) | Quotes |
| Policy transactions (new business, endorse, cancel, reinstate, renew) | Policies |
| Policy version history and audit trail | Policy Concepts |
| Earned premium and bordereau reporting | Policies — Reporting |
| Event (claims) CRUD with configurable fields | Events |
| Custom object CRUD with typed relationships | Custom Objects |
What’s Coming
Submissions
v1-native submission endpoints for grouping related quotes. Submission types include new business, renewal, endorsement, cancellation, and reinstatement. View Submissions documentationRating
New endpoints to invoke AI Insurance’s hosted rating engine for a quote or endorsement. If you use your own rating engine, the existing Quotes and Policy APIs are built to support writing rating results directly. View Rating documentationDocument Generation
API-driven document generation using smart tag templates:- Upload and manage DOCX form templates with smart tags
- Generate populated PDF documents for quotes and policies
- Download generated documents via signed URLs
Submission Parsing
AI-powered structured extraction from unstructured insurance documents:- Parse applications (ACORD forms, custom applications) into structured quote fields
- Parse loss run documents into structured loss history
