Set Chat Background
Set a custom wallpaper for the chat (iMessage only).
Customer sends image_url; we fetch (≤10MB, JPEG/PNG/GIF/WebP/HEIC),
validate, and forward as multipart to the iMessage provider. Idempotent —
re-setting replaces. Recipients on iOS < 18 fall back to the default
silently.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
conversation_id
Request
This endpoint expects an object.
image_url
HTTPS URL of the background image. JPEG/PNG/GIF/WebP/HEIC, max 10MB. Recipients on iOS < 18 see the default background; no error is raised.
Response
Successful Response
conversationId
channel
hasBackground
changed
backgroundId
backgroundVersion
Errors
422
Unprocessable Entity Error

