Embedded insurance that works with what you already have

iPurveyAssure does not replace licensed insurers or core systems. It provides the rails to launch, distribute and orchestrate embedded and parametric products through APIs and controlled workflows.

Partners embed protection inside existing journeys while insurers retain product ownership, risk carriage and configurable rules across pricing, coverage and trigger thresholds.

🔌
API-first

Single REST endpoint, no new infrastructure required

Low Latency

Sub-100ms decision call response for inline safeguarding

🔐
Signed Decisions

Cryptographic proof for every approval and rejection

📊
Audit Trail

Immutable logs for regulatory reporting requirements

Everything needed to run embedded insurance rails

01

Embedded product APIs

Partners distribute parametric and embedded insurance products directly within their customer journeys.

02

Insurer rules engine

Licensed insurers control product rules, pricing, coverage conditions and approval thresholds.

03

Policy activation

Payment confirmation, customer notification and policy status are coordinated through the rails.

04

Audit & reporting

Every transaction, rule decision, consent, event and payout status is logged for operational review.

Integrate in hours, not weeks

A single API call connects embedded insurance products to your distribution channel. Comprehensive docs, SDKs, and sandbox access on the Developer Portal.

REST API Webhooks SDKs Sandbox OpenAPI Spec
ipurveyassure.js
POST /v1/policies/activate

{
  "product_id": "travel_delay_v1",
  "partner_id": "bank_ng_01",
  "customer_ref": "cust_8821",
  "payment_confirmed": true
}

// Response
{
  "policy_id": "AF-NG-260526-D08217",
  "status": "active"
}