Upload a form image
Embed
Upload a form image
Upload a single image (multipart file field) for a fill-mode embed
session, returning its public URL so the form payload can carry a URL
instead of a raw file. Authenticated by the embed session JWT. Max 10 MB,
image/* only.
POST
Upload a form image
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
multipart/form-data
The image file (image/* only, max 10 MB).
Response
Uploaded.