{
"urlFile": "https://my.site.com/img/horse.png",
"fileName": "horse.png",
"caption": "Little horse",
"participants": ["70000001234@c.us", "440000001234@c.us"] // status will be available only to the specified contacts
}
curl --location -g --request POST '/waInstance{{idInstance}}/sendMediaStatus/{{apiTokenInstance}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"urlFile": "https://my.site.com/img/horse.png",
"fileName": "horse.png",
"caption": "Little horse",
"participants": ["70000001234@c.us", "440000001234@c.us"] // status will be available only to the specified contacts
}'
{
"idMessage": "3EB0C767D097B7C7C030"
}