Search every NZ pet insurance policy clause
Semantic search across the policy wordings we hold for 8 NZ health insurers. Type a treatment, condition, or scenario — we surface the exact clauses that address it.
Results come straight from each insurer's own published policy wording PDF. We don't summarise or rewrite — you see the clause as the insurer wrote it. Mechanical retrieval only, not personalised advice.
Try one of these:
How this works
Your query is converted to a 1536-dimensional vector via OpenAI's
text-embedding-3-small model. We then ask Supabase (pgvector
HNSW index) for the policy clauses with the closest cosine similarity to that vector.
Results return the verbatim clause text, the section path inside the wording, the insurer + product, and a link to the source PDF. Nothing is summarised or rewritten.
For programmatic access: GET /api/clause-search?q=...&insurer=...&limit=N — returns JSON, CORS-enabled, public.