---
title: "Send a status broadcast"
method: POST
path: "/message/sendStatus/{instance}"
tags: ["Message"]
---

# Send a status broadcast

`POST /message/sendStatus/{instance}`

Sends a status (text/image/audio/video) to status@broadcast

## Path parameters

- `instance` string, required

## Request body

- DtoSendStatusRequest
  - `allContacts` boolean
  - `backgroundColor` string
  - `caption` string
  - `content` string, required
  - `font` integer
  - `statusJidList` string[]
  - `type` 'text' | 'image' | 'audio' | 'video', required

## Response `200`

OK

- DtoSendStatusResponse
  - `instanceId` string
  - `key` DtoMessageResponseKey
    - `fromMe` boolean
    - `id` string
    - `remoteJid` string
  - `messageTimestamp` integer
  - `messageType` string
  - `status` string

---

[API](https://skmtc.net/verbeux-ai/apis/whatsmiau-api.md) · [All operations](https://skmtc.net/verbeux-ai/apis/whatsmiau-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verbeux-ai/whatsmiau-api/versions/5af3cb49985a/schema)
