Try it now
Drop a field. Get the API.
Click any highlighted area on the sample policy declaration. We add a field, fill in a sample value, and update the JSON your code would POST. The whole flow runs in your browser. No signup, no backend.
policy-declaration.pdf
0/6 placed
M
Meridian Insurance
Policy Declaration
Policy number
Named insured
Effective date
Sum insured
Vehicle / Property
Coverage summary
Authorised signatory
Policyholder signature
Click any highlighted area to drop a field
Request payload
POST /v1/templates/coi_v3/submissions{"environment": "production","data": {}}
curl
curl https://api.mezdoc.com/v1/templates/coi_v3/submissions \
-H "Authorization: Bearer $MEZDOC_KEY" \
-H "Idempotency-Key: req_$(date +%s)" \
-H "Content-Type: application/json" \
-d '{ "environment": "production", "data": {} }'This is a mock. The real API runs at api.mezdoc.com with a bearer token. Import the Postman collection on the developers page to call a real endpoint.