Insurance moves documents between more organisations than almost any other industry: the insurer, the intermediary, a TPA, a surveyor, a hospital, a reinsurer. Every hop is a copy, and every copy carries whatever was on the original.
Talk to our technical team → — for integration questions, a security review or a volume estimate.
Proposal-stage KYC is a known document set. A claim file is not: it is whatever the claimant sends, which is why an identifier-specific approach fails on it.
/redact-pii is built for exactly this shape of problem:
it does not need to recognise the document, only the identifiers printed on it —
Aadhaar, VID, PAN, passport, voter EPIC, driving licence, GSTIN, IFSC, phone and email.
Insurance is sold through people who are not employees: agents, brokers, bancassurance partners, aggregators and POSP networks. Each of them handles customer identity documents on their own devices, and none of them is inside your security perimeter.
The batch endpoints exist for that last case: a folder in, a ZIP out, and a manifest naming every document where nothing was found.
Yes. Redaction is identifier-driven rather than document-driven, so a discharge summary or a hospital bill is handled without a parser for that form. Note it targets identity and financial identifiers, not clinical content.
Yes, along with voter EPIC, passport, GSTIN and IFSC. Motor claim files are the usual place a licence number sits unredacted because most tools only look for Aadhaar.
Redacting before transfer means the identifiers never cross the border. Our own processing is entirely in Mumbai.
Yes. The batch endpoints take many documents per call and return a ZIP with a manifest giving per-document status. For mixed document types use /bulk/anonymise, which does not need to know what each file is.
It helps with what your systems then hold and serve back, which is the part you control. It cannot reach the copy in the agent's camera roll — no API can. Masking at upload at least means the portal has nothing unmasked to hand out again.
Tell us how many documents a month you process and what your peak looks like. We will size a plan, provision a key with a test quota, and answer a security questionnaire if you need one.