Render deterministic preview
POST/office/templates/:id/preview
Renders a deterministic preview of the template using a provided sample data payload. The preview is generated synchronously (not queued) and returns the rendered output directly. Use in the template editor to give real-time visual feedback before publishing.
Request
Responses
- 200
- 422
Preview rendered successfully.
Validation failed — check sample_data keys match template merge fields.