v3
latestOpenAPI 3.1.02026-08-087684214.2 KBconversations
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.
post/v1/conversations/{conversation_id}/background
Path parameters
conversation_idstring required
Request body
Example request
{
"image_url": "https://example.com/wallpaper.jpg"
}Response
Successful Response