Template-specific contract
Each selected version or environment exposes the structure expected by its bindings.
Data validation
Inspect the selected template contract and validate request data without spending time on a render that cannot succeed.
How it helps
Each selected version or environment exposes the structure expected by its bindings.
Check a payload independently from PDF generation.
Return actionable schema failures to application code and test suites.
Validate all items before durable batch jobs are created.
Test payload fixtures against a staging template before moving it to production.
Keep calculations in application code and presentation bindings in the document template.
Create a template and generate your first PDFs without a credit card.