Klarefi Documentation
Evidence-first document intelligence API for insurance and legal domains
Welcome to Klarefi
Klarefi turns document items (email, PDF, scan, note) into skill-specific candidate facts with audit-grade citations. Every extracted value is backed by evidence with precise document locations.
Integration Modes
Klarefi offers two integration modes:
Mode 1: Session Redirect (Hosted Intake)
Your backend creates an intake session via API, receives a signed URL, and redirects the claimant. Klarefi handles the conversation, document collection, and extraction. You receive results via webhook.
Best for: End-user-facing applications where you want Klarefi to manage the intake experience.
Mode 2: Submit + Poll (Direct API)
Your backend submits documents directly to the processing API, then polls for results or receives them via webhook.
Best for: Backend integrations, batch processing, or custom frontends.
Quick Links
- Getting Started - Mode 1 — Create sessions and redirect claimants
- Getting Started - Mode 2 — Submit documents and poll for results
- API Reference — All endpoints, schemas, and error codes
- Webhook Setup — Receive real-time processing events