← All features
Verification
Certificates and documents people can actually verify.
Mark a template with data-verify="true" and every render snapshots its data to a public, permanent verify page—so a certificate or document can be checked as genuine.
Paid plans only — see plans

GET /api/v1/verify/:code (public lookup)
<!-- in your template SVG -->
<rect data-verify="true" />
→ each render mints https://templateson.com/verify/AB12cd34
GET /api/v1/verify/AB12cd34 → { "data": { ...snapshotted params } }Snapshots the full param set
The exact data used to render is stored at verification time and returned unchanged on lookup.
Public, unauthenticated lookup
Anyone with the code can verify a document—no API key needed to check, only to create.
Built on the same short-code system as QR tracking
Verification and QR tracking share the same gate (qr_barcode) and short-code generator.
