Queue render job
POST/office/render-jobs
Queues a new asynchronous document render job for a published template. The job is processed by the background worker; poll /render-jobs/{id} until status is "completed" or "failed". On completion, the resulting artifact is available via /documents/{id}/download.
Request
Responses
- 202
- 422
- 503
Render job queued successfully.
Validation failed — check template_id, binding_data keys, or output_formats.
Office worker is unavailable — check /office/runtime/health.