Render a template
Validate request data against the template’s variable manifest and
enqueue an async render job. Returns 202 with a poll URL for a freshly
queued render, or 200 when an Idempotency-Key (or body jobId)
replays an existing render.
Authorizations
Project API key (ck_live_… or ck_test_…) presented as a bearer token.
For embed partner endpoints this is the partner secret key, which is the
same credential type.
Headers
Make retries safe — a repeated request with the same key returns the original resource.
Path Parameters
The template slug (canonical identifier within the project).
Body
Response
Idempotent replay of an existing render.
Render shape returned by render/idempotent-replay and embed form-submit.