Generate submission-ready claims narratives in seconds
ClaimCraft AI transforms loss runs, estimates, and photos into polished, policy-aligned documentation for public adjusters.
$npm install @claimcraft/sdk Feed documents. Get narratives.
Upload loss runs, repair estimates, and photos. ClaimCraft extracts key data points and generates complete, structured claims documentation automatically.
- Multi-format document ingestion
- Context-aware extraction
- Structured output matching carrier formats
```javascript
const claim = await claimcraft.create({
documents: [lossRun, estimate, photos],
policyType: 'property',
outputFormat: 'carrier-standard'
});
// claim.narrative ready for submission
``` Guided claims preparation
Step through complex claims with an AI assistant that knows policy language, coverage limits, and documentation requirements for every claim type.
- Policy-specific guidance
- Coverage validation
- Requirements checklist
```javascript
const assistant = claimcraft.assistant({
claimId: claim.id,
context: claim.state
});
const response = await assistant.ask(
'What additional documentation
is needed for water damage claims?'
);
``` Built for carrier acceptance
Generated narratives pull correct policy language, include required disclosures, and format output to match what carriers expect from licensed professionals.
- Policy language matching
- Required disclosure injection
- Carrier format templates
```json
{
"narrative": {
"sections": ["property", "loss", "coverage"],
"policyReferences": ["Section 4.1", "Section 7.2"],
"disclosures": ["applies", "verified"],
"format": "iso-claims-v2"
}
}
``` Common Questions
What exactly does ClaimCraft AI do?
ClaimCraft AI is a document processing and narrative generation tool for insurance claims preparation. It takes your loss runs, repair estimates, photos, and other claim documents as input, extracts relevant data points, and generates complete, structured claims narratives that can be submitted to insurance carriers. It's a writing assistant, not a licensed adjuster service.
**Important**: ClaimCraft generates documentation. Licensed professionals review and submit. This is a tool for public adjusters and claims specialists to accelerate their workflow, not a replacement for professional judgment or licensure.
Do I need a license to use ClaimCraft?
ClaimCraft is a documentation tool. Whether you need a license to prepare claims depends on your jurisdiction and the type of claims you handle. Public adjusters typically need state licensure. ClaimCraft doesn't provide legal, adjustive, or professional advice—it generates text based on your inputs.
If you're already a licensed adjuster, a claims specialist working under one, or using ClaimCraft for internal documentation, you're good to go. If you're unsure about licensure requirements for your situation, consult your state insurance department.
How does ClaimCraft integrate with my existing workflow?
ClaimCraft offers a REST API and SDK libraries for Node.js, Python, and Go. You can integrate document ingestion and narrative generation directly into your case management system, CRM, or custom workflow.
The API accepts standard formats: PDF, images (JPG/PNG), CSV for structured data, and JSON for loss runs. Generated narratives output as structured JSON or formatted markdown—ready for your document templates or carrier portals.
Is my claim data secure?
Yes. ClaimCraft processes documents in isolated, encrypted environments. Data is never used to train models. All API requests use TLS 1.3 encryption in transit. At rest, documents are encrypted with AES-256.
Enterprise customers can opt for dedicated processing instances. You retain full ownership of all submitted documents and generated content. We do not retain documents after processing completes unless you explicitly enable session persistence.
How is this different from hiring a freelance writer?
Freelance writers charge $45-75/hour and typically need significant guidance on insurance terminology, policy language, and carrier requirements. A single complex claim can take 3-5 hours of back-and-forth.
ClaimCraft generates a first-draft narrative in under 30 seconds. You review, edit if needed, and submit. The cost is $149/month per user—roughly equivalent to 2-3 hours of freelance writer time—covering unlimited claims generation. No training required on insurance jargon.
What's the pricing model?
ClaimCraft uses a per-seat monthly subscription: $149/month per user. This includes unlimited document processing and narrative generation, API access, and standard templates.
No per-claim fees. No setup costs. No minimum commitment. Enterprise tiers with dedicated support, custom templates, and SSO are available at $299/month per user.
A 14-day free trial with full feature access—no credit card required.
Stop paying $75/hr for claim narratives
Generate submission-ready documentation in 30 seconds. No contracts. No credentials required beyond what you already have.