Skip to main content
Status endpoints publish WhatsApp status updates from the connected account.
EndpointBodyUse
POST /status/textText, TextColor, BackgroundColor, FontPost a text status.
POST /status/imageImage, CaptionPost an image status from a base64 image data URL.
POST /status/videoVideo, Caption, thumbnail fieldsPost a video status.

Text status

{
  "Text": "Available now",
  "TextColor": 4294967295,
  "BackgroundColor": 4278255360,
  "Font": 0
}
Color values are integer ARGB values passed into WhatsApp message fields.

Image status

{
  "Image": "data:image/jpeg;base64,/9j/4AAQ...",
  "Caption": "New update"
}

Video status

Use a video data URL and keep file size reasonable. Large status uploads can fail because the file must be uploaded to WhatsApp before the status message is sent.