Send A Video To Phone Number Or Group

Request test
to
video
video_file
caption
Request URL
https://connectivity.pk/api/messages/video?instance_id={{instance_id}}&token={{token}}
Request body
token *Required
Your API Authorization code
to *Required
Phone number with international format e.g. +14155552671
or
chatID for contact or group e.g 14155552671@c.us or 14155552671-441234567890@g.us
video
HTTP link video or base64-encoded file

Supported extensions ( mp4 , 3gp , mov ).

Max file size : 10MB.

Max Base64 length : 10,000,000

Example link:
https://file-example.s3-accelerate.amazonaws.com/video/test.mp4
Contact Us
video_file
Use this as an alternative to video URL.
Allowed: mp4, 3gp, mov.
Max file size: 10MB.
caption
The text under the file.
Data type: text, UTF-8 or UTF-16 string with emoji.
Max length: 1024 char.
Response
No response yet.
Request samples