Finalize the visible text of stored messages
Path parameters
Conversation id — must be this session’s own.
Headers
The browser’s anonymous visitor secret (cvt_…) returned by /client/init. It is what scopes the request to one visitor’s own conversations, so a request without it is refused. Sent as a header so it never lands in access logs or Referer.
Optional fresh hosted end-user identity proof. When admitted and already bound to the presented visitor, expands the request from this exact browser to sibling visitors for the same verified person. Without it, even a previously bound visitor remains exact-browser scoped.
Query parameters
Client session id from /client/init.
Request
Projections to finalize, applied atomically. Total displayContent across the batch is capped at 49152 characters so the request fits the browser keepalive budget.
Response
Projections finalized (or already current).