Insurance • Templates, rendering, envelopes, signatures, delivery, and evidence (no SLA section)
POST /documents/render
{
"templateId":"POLICY-EPOLICY-v4",
"policyNo":"POL-2025-001122",
"locale":"en",
"data": {"insuredName":"Jane Doe","sumInsured":250000000,"effective":"2025-08-14"},
"options":{"watermark":"COPY","qrVerify":true,"hash":true}
}
POST /envelopes
{
"documentId":"DOC-EPOLICY-77821",
"signers":[
{"role":"Proposer","name":"Jane Doe","email":"jane@example.com","method":"OTP"},
{"role":"Agent","name":"Rama","email":"rama@example.com","method":"Drawn"}
],
"routing":"sequential",
"expiresInDays":7
}