POST
/
api
/
{session}
/
status
/
image
Enviar status de imagem
curl --request POST \
  --url https://api.wappfy.com.br/api/{session}/status/image \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "id": "BBBBBBBBBBBBBBBBB",
  "contacts": null,
  "file": {
    "mimetype": "image/jpeg",
    "filename": "filename.jpg",
    "url": "https://github.com/devlikeapro/waha/raw/core/examples/waha.jpg"
  },
  "caption": "<string>"
}'

Authorizations

apikey
string
header
required

Apikey

Path Parameters

session
string
required

O nome da sessão (instanceName)

Body

application/json
file
object
required
id
string

Pre-generated status message id

Example:

"BBBBBBBBBBBBBBBBB"

contacts
string[]

Contact list to send the status to.

Example:

null

caption
string