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