cURL
curl --request POST \ --url https://api.z-api.io/instances/{instanceId}/token/{token}/send-image-status \ --header 'Client-Token: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "image": "<string>" } '
Sends an image to your WhatsApp status.
{ "image": "https://example.com/image.jpg", "caption": "caption text" }
{ "zaapId": "3999984263738042930CD6ECDE9VDWSA", "messageId": "D241XXXX732339502B68" }