Submit an embed form
Submit form-fill data for a fill-mode embed session. Authenticated by
the embed session JWT (which must match the path sessionId and carry
the submitForm permission). Validates against the template manifest,
merges JWT prefill under user data, and enqueues a render. The returned
pollUrl points at the embed-scoped render wrapper, not /v1/renders/:id.
Authorizations
Short-lived embed session JWT minted by POST /v1/embed/sessions. Used by
the iframe form-submit / upload-image endpoints and accepted (alongside a
partner key) by builder template creation.
Path Parameters
The embed session id (must match the JWT subject).
Body
Response
Render queued.
Render shape returned by render/idempotent-replay and embed form-submit.