Insurance Documentation Assist generates structured inputs (scope items, photo summaries, room dimensions) for human entry into Xactimate or carrier portals. We do not write to Xactimate. We do not store sensitive claim data beyond the configured retention window (default 90 days).
/api/v1/claimsEach job represents a claim documentation extraction run.
/api/v1/claimsCreate a new documentation extraction job. Provide CompanyCam project ID or upload photos directly. Triggers the vision-extraction agent.
{
"name": "1234 Maple Lane water damage",
"source": "companycam",
"companycam_project_id": "abc123",
"loss_type": "water"
}/api/v1/claims/{id}Returns extracted scope items, photo summaries, room dimensions, with confidence scores per line.
/api/v1/claims/{id}/reviewHuman-in-the-loop reviewer marks each line item as approved/edited/rejected. Edits are tracked.
/api/v1/claims/{id}/export.pdfReviewer-friendly PDF for sharing with adjuster or customer.
/api/v1/claims/{id}/export.txtPlain-text format optimized for paste into Xactimate's manual entry interface.