send-video
POST/:instance/send-video
Send video Message
Send videos to the chat.
info
This feature is only available for subscribed accounts.
You can send videos in two ways:
Provide a URL for the video.

warning
Please note that the URL must be publicly accessible and not require any authentication or special headers to access the file.
You can send videos only in mp4
formats - so make sure the url contains the correct extension - what WhatsApp accepts.
Max allowed file size is 20MB
.
Send the video it self as a file upload.


info
By specifying the asNote
property to true
, the video will be sent as a whatsapp note video.

Request
Responses
- 201
- 422
- 500
Successful response
Validation Error
Internal Server Error